body {
    margin: 0;
    font-family: serif;
}

header {
    background-color: #004d00;
    color: white;
    padding: 1.25em;
    text-align: left;
    height: 25vh;
}

#site-link {
color: white;
text-decoration: none;
font-weight: bold;
}

h1 {
    font-size: 3em;
    margin: 0;
    color: white;
    text-align: center;
    line-height: 25vh;
}

main {
    background-color: #eafce5;
    color: #220000;
    padding: 2.5em 1.25em 3.75em 1.25em;
    text-align: center;
}

h2 {
    font-size: 1.5em;
    color: #4d0000;
}

footer {
    background-color: #004d00;
    color: white;
    padding: 1.875em 1.25em;
    text-align: left;
}

footer a {
    color: #404040;
}

footer a:visited {
    color: #d8bfd8;
}
