body {
    margin: 0;
    overflow: hidden;
    display: flex;
    height: 100vh;
    background: black;
}

canvas {
    margin: auto;
    touch-action: none;
}