html{margin:0px;padding:0px}body{background-color:#000;color:#ccc;margin:1rem;font-family:monospace;font-size:120%}code{background:#222}pre:has(>code){width:100%;overflow-x:scroll;background:#222}#nav-menu{display:flex;flex-direction:row;justify-content:space-between}#footer{width:100%;display:flex;flex-direction:column;gap:1rem}#footer .eof{display:block;width:100%;text-align:center;background-color:#222}#footer .footer-space-between{display:flex;flex-direction:row;justify-content:space-between}.section{display:flex;flex-direction:column;width:100%;align-items:center}.container{width:100%;max-width:1200px}h3{background-color:#222;width:100%}a{color:#69f;text-decoration:none}