:root{--ink:#0b0d12;--acc:#b4f22e;--barh:52px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:#fff;height:100%;overflow:hidden}body{text-transform:uppercase;color:var(--ink);font-family:DotGothic16,Courier New,monospace}header,footer{height:var(--barh);background:var(--ink);color:#fff;letter-spacing:.06em;z-index:10;justify-content:space-between;align-items:center;padding:0 20px;font-size:15px;display:flex;position:fixed;left:0;right:0}header{top:0}footer{bottom:0}header a,footer a{color:#fff;text-decoration:none}header a:hover,footer a:hover{color:var(--acc)}#dither{inset:var(--barh) 0;opacity:.16;width:100%;height:auto;display:block;position:fixed}main{inset:var(--barh) 0;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:22px;padding:0 20px;display:flex;position:fixed}h1{letter-spacing:.02em;font-size:clamp(38px,8vw,96px);font-weight:400}h1 b{color:var(--acc);font-weight:400}p{letter-spacing:.06em;color:#0a0a0a99;max-width:60ch;font-size:15px;line-height:1.8}.back{border:1.5px solid var(--ink);color:var(--ink);letter-spacing:.08em;margin-top:8px;padding:12px 26px;font-size:15px;text-decoration:none;display:inline-block}.back:hover{background:var(--acc);border-color:var(--acc)}.code{color:var(--acc)}
