:root {--background:#eeedf8;--foreground:#20262e;--error:#ff3f3f;--link:#ce2d58}html{background:var(--background);color:var(--foreground)}.anchor{font-size:.8em;margin-right:.5em;opacity:.6}.katex-error{color:var(--error);font-style:italic;font-family:serif}a{text-decoration:none;font-weight:700}a,a:visited {color:var(--link)}blockquote{margin:0;padding-left:1rem;border-left:solid var(--link) 3px}body{font-family:sans-serif;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}header{padding:.5rem 3rem}header h2{display:inline;float:left}main{flex-grow:1;margin:0 auto;padding:20px;width:800px;box-sizing:border-box}footer{text-align:center;padding:2rem}@media (width < 800px){main{width:100vw;overflow-x:scroll}}