body {
    padding: 5vw;
    font-size: calc(.85rem + .5vw);
    line-height: 1.5;
    background-color: #151515;
    color: #DEDACF;
    font-family: -apple-system,
                  BlinkMacSystemFont,
                  "Segoe UI",
                  Roboto,
                  Helvetica,
                  Arial,
                  sans-serif,
                  "Apple Color Emoji",
                  "Segoe UI Emoji",
                  "Segoe UI Symbol";
}

main {
    margin: 0 auto;
    max-width: 85ch;
}

nav {
    margin-top: 1.5em;
    position: sticky;
    top: 2rem;
}

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content {
    display: grid;
    grid-template-columns: 15ch 1fr;
    gap: 2em;
    align-items: start;
    position: relative;
}

a {
    color: #FF00BB;
    text-decoration: none;
}


nav {
    scroll-target-group: auto;
}

a:target-current {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-skip-ink: all;
    text-decoration-thickness: 2px;
    font-weight: bold;
}
