body{
    font-family: Helvetica, arial;
}

#header{ 
   background-color: #F1C40F;
   
}  

#header::after{
    content: '';
    display: table;
    clear: both;
}

img{
    float: left;
    width: 200px;
    padding-top: 10px;
   
}
ul{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li{
    display: inline-block;
    margin-left: 0 35px;
    padding-top: 25px;
    padding-right: 100px;
    padding-bottom: 25px;
}

ul li a{
    color: #424949;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

ul a: hover{
    color: black;
}

#contact{
    display: block;
    background-color: #3498DB;
    color: white;
    margin: 0px ;
    padding: 100 50px ;
    
}

h3{
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 50px;
}

p {
    text-align: center;
    font-weight: bold;
    font-size: 30px ;
}

#form{
    background-image: url("../Ocean.jpg") ;
}

form{
    padding: 75px 50px;
    text-align: center;
}

#fname{
    height: 30px;
    font-size: 20px;
    width: 250px;
}

#lname{
    height: 30px;
    font-size: 20px;
    width: 250px;
}

#email{
    height: 30px;
    font-size: 20px;
    width: 250px;
}

#dob{
    height: 30px;
    font-size: 20px;
    width: 250px;
}

#message{
    height: 60px;
    font-size: 20px;
    width: 250px;
}

label{
    font-size: 20px;
    color: #21618C;
    display: block;
    
}    

input, textarea{
    margin: 10px auto;
    display: block;
}
#button{
    border: 0px;
    background-color: #21618C;
    width: 150px;
    color: white;
    font-size: 20px;
    
}