@font-face {
    font-family: APL386;
    src: url("APL386.ttf");
}
@font-face {
    font-family: SAX2;
    src: url("SAX2.ttf");
}
* {
    overflow: hidden;
}
html, body {
    margin: 0;
    height: 100%;
    font-family: SAX2;
}
nav {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
a {
    color: #000000;
    text-decoration: none;
    height: fit-content;
}
a:hover {
    text-decoration: underline;
}
img {
    max-height: 2em;
    margin: 1em;
}
#prev, #next {
    display: flex;
    max-height: 40px;
    flex-direction: row;
    align-items: center;
}
#qwdring {
    white-space: nowrap;
    margin: 2em;
}