body {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    background-color:rgb(248, 234, 217);
}

h1 {
    text-align: center;
}

label {
    padding: 2px;
    line-height: 2.5em;
}

fieldset {
    text-align: left; 
    padding: 5px;
    background-color: rgb(246, 215, 173);
}

legend {
    background-color: rgb(252, 207, 214); 
    border: 2px solid palevioletred;
    padding: 5px;
    margin-bottom: 5px;
}

section {
    max-width: 600px;
    margin: auto;
}

/* classes that style the textarea tag */ 

.comment {
    float: left;
    width: 100%;
    height: auto; 
    padding-top:5px;
}

.textinput {
    float: left;
    width: 99%;
    min-height: 75px;
    outline: none;
    resize: none;
    border: 1px solid gray;
}

/* ID that centers the validation text */

#validation {
text-align: center;
}