:root{--background:#f0f0f8;--text:black;--text-muted:#888;--code-background:#e8e8f0;--link:#0550ae;--link-hover:#007bff;--link-active:#cf222e}@media(prefers-color-scheme:dark){:root{--background:#222;--text:white;--code-background:#333;--link:#248dff;--link-hover:#55a6ff;--link-active:#ff2937}}html,body{margin:0;background:var(--background);color:var(--text);font-size:20px}h1,h2,h3,h4,h5,h6{margin:0}p{margin-top:1rem;margin-bottom:1rem}main{max-width:960px;margin:0 auto;padding:1rem}main img{max-width:100%}main p{text-align:justify}main pre:has(code){max-width:100%;overflow-x:auto;padding:1rem;background-color:var(--code-background)!important}code{background-color:var(--code-background)!important;font-size:14px!important}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}a:active{color:var(--link-active);text-decoration:none}.text-muted{color:var(--text-muted);font-size:small}