/* styles for midterm  */

body {
    width:100%;
    height: auto;
    background-color: #e4e2f4;
    font-family: sans-serif;
    text-align: center;
    
}

.container {
    width: 60%;
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    border: 3px double white;
    background-color: #c3bfdf;
}

legend {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 2em;
}

fieldset {
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 5px;
    padding: 5px;
}


p {
    
    font-size: 1em;
}
