body{background:#121212}span,h1,h2,h3,h4,h5,h6,p,a{color:#e8e8e8;font-family:Bahnschrift}figcaption{color:#e9e9e9;font-family:Bahnschrift}*{box-sizing:border-box}.header{display:grid;grid-template-areas:"PageText Empty Nav";justify-content:space-between;align-items:center;padding:1rem 2rem;background:#212121;box-shadow:2px 2px 12px #000c;position:sticky;top:0;z-index:100;border-radius:4px}.header .links{grid-area:Nav;display:flex;gap:clamp(12px,(12px + (12) * (100vw - 950px) / 970),24px)}.header .page_text{grid-area:PageText}
