*{color:var(--base05)}a{text-decoration:none}h1{color:var(--base0d)}h2{color:var(--base0c)}h3{color:var(--base0a)}body{display:flex;flex-direction:column;align-items:center;min-height:100vh;margin:0px;padding:0px;background:url("/wallpaper-optimized.png") no-repeat center center fixed;background-color:var(--base00);background-size:cover}code{tab-size:4}main{background-color:color-mix(in srgb, var(--base00) 90%, rgba(0,0,0,0));flex-grow:1;width:min(95ch,100vw)}header{margin:1em}nav,footer{background-color:var(--base01);color:var(--base04);font-weight:bold;width:100%;padding:.7rem;display:flex;justify-content:center}nav div,footer div{width:min(110ch,100vw)}.post{padding:1em;display:block}.post:nth-child(2n+1){background-color:rgba(255,255,255,.1)}.post:nth-child(2n){background-color:rgba(0,0,0,.1)}article{margin:0em 1em}article img{display:block;margin:auto;width:90%}article blockquote{border-left:.2em solid var(--base03);padding-left:.5em}article li{margin-left:3ch}article pre:has(code){overflow-x:scroll;text-align:unset;padding:.8em;margin:1em}article h1,article h2,article h3,article h4,article h5{margin:1em 0em}article code{word-wrap:wrap;text-justify:none}article a{color:var(--base09)}article figure{display:flex;flex-direction:column;align-items:center;width:100%}.note{display:flex;justify-content:center;align-items:center;border:.3rem solid var(--base0e);padding:.1rem;margin:1.2rem 1rem;border-radius:1rem}.note .exclamation{margin:.4rem;font-size:2rem}