#surveyElement {
    background-color: lightgray;
    height: 700px;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#surveyResult {
 opacity: 0.5;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 40px;
}

