body{
    background-color:#192231 ;
}
form{
    margin: auto;
    width: 1400px;
    border: 9px solid #6B7A8F;
    border-radius:15px;
    background-color: #F7F5E6;
}
h1{  
    color: darkblue;
    background-color:   #E8E8E8;
    font-size: 60px;
    text-align: center;
    font-style: italic;
}
h2{
    color: darkblue;
    background-color: #52658F;
    font-size: 40px;
    text-align: center;
    font-style: italic;
    border-radius: 20px;
}
label{
    font-size:25px;
    color: darkblue;
    margin: 18px;
    padding: 5px;
}
input{
    font-size:23px;
    padding: 5px;
    margin: 15px;
}
select {
    margin: 18px;
    color: black;
    font-size: 20px;
    
}
textarea {
  margin: 68px;
    font-size: 25px;
}
p{
    font-size: 25px;
    text-align: center;
    font-style:italic;
    color: black;
}
button {
    font-size: 30px;
    color: #F7F5E6;
    background-color: #52658F;
    border: 2px black solid;
    border-radius: 20px;
}
button:hover{
    font-size: 30px;
    color: #F7F5E6;
    background-color: darkblue;
    border: 2px black solid;
    border-radius: 20px;

}
div{
    text-align: center;
}