body {font: 16px monospace, monospace;}
@media (max-width:320px) {body {font-size: 5vw;}}
@font-face {font-family: sticky;src: url("/files/fonts/Sticky-Regular.otf");}
#body {margin: 3em auto 20em; max-width: 40em;}
img {max-width: 100%;}
br, h1, h2, h3, ul, li, blockquote, p {margin: 0; padding: 0; font-size: 1em; line-height: 1em;}
h1 {font-family: sticky; font-size: 3em;}
h2 {font-size: 1.3em;}
ul {list-style: none;}
li::before {content: "  * ";}
blockquote::before {content: "  > ";}
a {text-decoration: none; color: #2A8BDF;}
a::before {content: "    • ";}
@media (prefers-color-scheme:dark) {
    body {background-color: #f0fcff; color: #3c4c59;}
    a {color: #2A8BDF;}
    svg {filter: invert(1);}}