body {
    margin: 50px;
    font-family: Arial, sans-serif;
    background-color: #5b845a;
    color: #FFFFFF;
}

nav {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    line-height: 200%;
}

h1 {
    text-align: center;
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

hr {
    color: #263026;
}

footer {
    text-align: center;
    line-height: 200%;
}

a:link {
    color:#9bd5ff;
}

a:visited {
    color:#d490ff;
}

