body {
    margin-left: auto;
    margin-right: auto;
    font-family: "Montserrat", sans-serif;
    /* don't set max width to alow banner to span full length */
}

header, 
footer, 
#Message {
    max-width: 1000px;  /* want logo to sit left but not at far edge */
    /* border: 1px dashed orangered; to review sizing */
}

header {  
    margin: 0 auto 1rem; 
}

footer {
    margin: 0 auto; 
}

    footer p {
        color: dimgray; /* copyright */
        font-size: 0.9em; 
        text-align: right;     
    }

#TitleBanner {
    background-color: #00467f; /* Westat blue */
    text-align: center; 
    color: white; 
    padding: 1rem;
    margin-bottom: 2rem; 
}

section {
    margin: 0 auto 1rem; 
}

#Message {
    margin: 0 auto 1rem; 
    font-size: 1.2em; 
}

#MessageText {
    max-width: 800px;  /* wrap text to be more readable */
}
