html {
    background-color: black;
    color: white;
    font-family: "Liberation Sans", sans-serif;
}

body {
    text-align: center;
    margin: 1em auto;
    width: 80%;
}

a {
    color: #0F0;
}

#logo {
    background-image: url("/img/logo_green.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 10vw;
    margin-bottom: 1em;
    width: 100%;
}

.small {
    font-size: 0.7em;
}

ul#navigation {
    border-color: white;
    border-width: 1px 0;
    border-style: outset;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

#navigation li {
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
}

#navigation li:before {
    content: "\2022";
    margin: 0 0.5em;
}

#navigation li:first-child:before {
    content: "";
}

#navigation a {
    margin: 0 0.5em;
    text-decoration: none;
}

#navigation a:hover {
    text-decoration: underline;
}
