/*
 * Stylesheet for capricornus.neocities.org
*/

body {
    font-size: 14px;
    font-family: monospace;
    background-color: #33334d;
    color: white;
}

a {
    font-style: italic;
    color: lightblue;
}

a:visited {
    font-style: italic;
    color: white;
}

#menu {
    position: sticky;
    text-align: right;
    margin: 0;
    padding: 0;
}

#menu li {
    list-style-type: none;
}

#footer {
    position: sticky;
}

#home {
    color: white;
    padding: 1em;
    border: 1px solid white;
    width: 60%;
}

#journal {
    color: white;
    padding: 1em;
    border: 1px solid white;
    width: 60%;
}

#about {
    color: white;
    padding: 1em;
    border: 1px solid white;
    width: 60%;
}
