📄
src/style.css
:root { overflow: hidden; color-scheme: light dark; } body { margin: 0; width: 100%; height: 100dvh; } canvas#view { width: 100%; height: 100%; } progress#progress { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }