html, body {
    margin: 0;
    height: 100%;
}

canvas {
    display: block;         /* removes inline‑block whitespace */
    width: 100vw;           /* full viewport width */
    height: 100vh;          /* full viewport height */

    touch-action: none;     /* prevent scrolling on touch devices */
}
