main {
    max-width: 30em;
    height: 100%;
    overflow-y: auto;
    white-space: pre-wrap;
    box-sizing: border-box;
    margin-top: 3em;
}

nav {
    position: fixed;
    font-family: 'Select Mono Italic';
    font-size: .8em;
    background: var(--bg);
    border-radius: 1em;
}
nav a {
    text-decoration: none;
}