/* Custom Styles */
.box {
display: inline;
margin: auto;
padding: 15px;

border: 1px solid black;
line-height:20px;
height:40px;

}

#block-1605851515537 {
animation: rot 2s forwards;

}

@keyframes rot {
  100% {transform: rotate(-5deg);}
}

#block-1605706991589 {
font-size: 14px;
text-align: center;
color:white;
}

.aa {
    color: white;
}
.footer a:hover
{
    color: red;
}


p.b {
  display: inline;
   padding: 40px 10px 40px 10px;
  border: .5px solid #DCDCDC;  
    word-wrap:break-word;
    width: 150px;
display: inline-block;
    white-space: normal
margin-right: -10px;
color: RGB(71, 71, 71);
text-align: center;
}
p.b:hover{
background-color: RGBA(70, 169, 194, 0.71);
color: white;
}

 


input#form_submission_email.form-control {
text-align: center;
font-weight: bold;
}

#block-1605863598334 .form-btn:hover,#block-1605862793733 .form-btn:hover  {
    background: #fca649; 
    border: 1px solid #fca649;
}


