*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{color:#f9f3e7;background:#111512;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#root{touch-action:none;place-items:center;display:grid}canvas{width:min(100vw,400px);height:min(100vh,600px);image-rendering:pixelated}
