
body {
    font-family: monospace;
    background-color: #000000;
    font-size: 0.9rem;
    color:white;
    padding: 5px;
}

a,
a:visited {
    color: rgb(129, 134, 143);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1,
h2 {
    font-size: 0.8rem;
}

nav {
    clear: both;
}

nav ul,
nav li {
    padding: 0px 15px;
}

footer {
    clear: both;
    margin-top: 20px;
    font-size: 0.7em;
}
