body {
    margin: 0;

    background-color: #20242c;
    color: #eee;

    font-family: sans-serif;

    overflow-x: hidden;
}

@font-face {
    font-family: 'Homestuck';
    src: url('/assets/fonts/Homestuck-Regular.woff2') format('woff2');
}

hr {
    border: solid 1px #ffffff40;
    margin: 2rem 0rem;
}

li {
    margin: 0.5rem 0rem; 
}

.hidden {
    display: none;
}

.icon {
    height: 1em;
    translate: 0em 0.15em;
    margin: 0em 0.15em;
    user-select: none;
}

.pesterlog {
    border: dotted 2px #788;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0rem;
    display: flex;
    flex-direction: column;
    font-family: monospace;
}