body{
    background:#a9d7d1;
}
#title,#description{
    text-align:center;
}
section{
    background:white;
    border-radius:10px;
}
.input-field,.dropdown {
    height: 20px;
    width: 280px;
    padding: 5px;
    margin: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
}
.dropdown{
    height:30px;
}
#survey-form{
    width:30%;
    margin:0 auto;
}
#submit {
    background-color: #59ace0;
    border-radius: 4px;
    color: white;
    font-size: 1em;
    height: 40px;
    width: 96px;
    margin: 30px;
    border: 0px solid;
}
#submit:hover{
    background-color: #a9d7d1;
}

@media only screen and (max-width: 515px) {
    #name,#email,#number,#dropdown,#comments{
        width: 80%;
    }
    #survey-form{
        width: 90%;
    }
}