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