body{
    background-color:#A9D7E9 ;
    text-align: center;
}
h1{
    font-family: Lato;
    font-weight: bold;
    font-size: 42px;
}
.description{
    font-size: 27px;
}

#survey{
    margin: auto;
    border-radius: 10px;
    width: 800px;
    background-color: antiquewhite;
    padding: 20px 10px 20px 10px;
}
.labels {
    display: inline-block;
    text-align: right;
    width: 40%;
    padding: 20px;
    vertical-align: middle;
    font-size: x-large;
}
.fields{
    display: inline-block;
    text-align: left;
    width: 48%;
    font-size: x-large;
    vertical-align: middle;
    
}
.submit{
    border-radius: 10px;
    margin-top: 50px;
    color: white;
    height: 40px;
    border: 0px solid;
    font-size: 1em;
    background-color: teal;
    margin-bottom: 50px;
    
}