:root{--bg:black;--fg:white}body{background-color:var(--bg);color:var(--fg);margin:1.2em auto;font-family:font;font-size:1.1em;line-height:1.5em;padding:0 10%;hyphens:auto}a{color:var(--fg)}header{display:flex;justify-content:space-between;align-items:center;position:sticky;overflow:hidden;top:0px;width:100%;border-bottom:2px solid var(--fg)}footer{display:flex;justify-content:space-between;align-items:center;width:100%;overflow:hidden;border-top:2px solid var(--fg)}nav{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;gap:1rem;padding:0 5px}