html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: #082c4b; touch-action: none; }
body { display: grid; place-items: center; }
canvas { display: block; max-width: 100vw; max-height: 100vh; }
