@font-face {
    font-family: 'silent';
    src: url(/assets/fonts/Silent\ Hell/SLNTHLE.TTF) format('opentype')
}

@font-face {
    font-family: 'kelvinch';
    src: url(/assets/fonts/kelvinch/Kelvinch-Roman.otf) format('opentype')
}

body {
    display: flex;
    flex-direction: row;
    margin: 0;
    min-height: 100vh;
    max-height: 100vh;
}

header {
    background-color: #2f466e;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    min-width: 200px;
    width: 15%;
}

main {
    background-color: #0B121D;
    color: white;
    padding-right: 1em;
    padding-left: 1em;
    overflow-y: scroll;
    width: 100%;
}

main p {
    width: 100%;
    max-width:800px;
    text-indent: 1em;
}

main>footer a {
    color: grey;
    text-decoration: underline;
}

a#prevLink::before {
    content: "\2190 \ ";
}

a#nextLink::after {
    content: "\ \2192";
}

header>h1>a {
    font-family: "silent";
    color: white;
    text-decoration: none;
}

header>h1>a:visited {
    font-family: inherit;
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
}


header nav {
    font-family: sans-serif;
}

header nav h2 {
    font-size: medium;
    margin-top: 3px;
    margin-bottom: 3px;
}

header nav h2::before {
    content: ">\ "
}

header nav ul {
    padding-left: 2em;
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}

header nav a {
    text-decoration: none;
}


header hr {
    border-top: solid white 1px;
    margin-top: 2em;
    margin-bottom: 2em;
}

header footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

main>aside>p {
    color: grey;
    font-size: small;
    text-indent: 0;
}

a {
    color: yellow;
    font-weight: bold;
    
}

a:visited {
    color: orange;
}

main {
    font-family: "kelvinch";
    font-variant-ligatures: none;
}

main h2 {
    text-decoration:underline;
}

nav a img {
    max-width: 32px;
}
