.error_message {
    color: red;
}

#header {
    width: 100%;
    background-color: rgb(20, 100, 150);
    color: white;
    font-style: italic;
    font-weight: bold; 
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-style: sans-serif;
    text-transform: uppercase;
}


#main {
    padding-top: 20px;
    background-color: white;
    color: rgb(90, 90, 100);
    font-style: sans-serif;
}

input[type='button'] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(20, 100, 150);
    color: white;
}


.text_field {
    padding-bottom: 15px;
  
}

.radio_box {
    padding-bottom: 10px;
}

.first_col {
    display: inline-block;
    width: 120px;
}


.first_col2 {
    display: inline-block;
    width: 150px;
}


.checkbox_block {
    display: block;
    width: 200px;
    margin-right: 5em;
}

.checkbox_block_last {
    display: block;
}


.checkbox_block label {
    margin-right: 1em;
}

.checkbox_block_last label {
    margin-right: 1em;
}

#choice_error {
    margin-left: 20px;
}

@media only screen and (max-width: 800px) {

#project {
   width: 100%;

}

}

ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.field {
    font-weight: bold;
    display: inline-block;
    width: 200px;

}
