html, body { height: 100%; margin: 0; background: var(--color-light-grey); }
canvas { display: block; }
nav { position: fixed; left: 12px; top: 12px; z-index: 10; }
nav a { color: var(--color-black); text-decoration: none; font-family: system-ui, sans-serif; }
