body
{
font-family:Commissioner;
margin:	0px 0px;
background:#000000;
}
.heading
{
text-align:center; 
margin-bottom:60px;
}
h2
{

font-weight:bold; 
color:#81dad9;
font-size:25px;
}
.container
    {
    position:relative;
    top:100px;
    }
#contact-form
{
font-size:17px;
background:#ffffff;    
padding:10px 50px 0px 50px;
border-radius:10px;
height:560px;
}
.blue
{
color:#0069d6;    
}
.form-control
{
height:30px;
font-size:14px;   
}
.comments
{
font-style:italic;
font-size:15px;
font-weight:bold;
;
text-align:center;
color:red;
height:5px;    
}
#contact-form input[type=submit]
{
margin:40px auto 0px;
display:block;    
}
.button1
{
border: 2px solid #7955487a;
background:#3e413b59;   
color:#795548;
width:100%;
font-weight:bold;  
text-transform:uppercase;
pading:18px;
border-radius:5px;
transition: all 0.3s ease-in 0s;
}
.button1:hover
{
background:#00ff03; 
border-color:#000000;
}
.thank-you
{
text-align:center;
margin-top:0px;
font-weight:bold;
font-size:22px; 
color:rgb(60 255 0); 
border-radius:5px;    
background:#63231500;    
}

.pn
{
font-size:12px;
font-weight:100;
font-style:italic;    
color:#b4b4b4;
}
.oui{background:#02ff3c;color:black;padding:1px 100px 1px 100px;border-radius:5px;}
.non{background:#ea142c;color:white;padding:1px 100px 1px 100px;border-radius:5px;}