html, body {
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #131313;
    overflow-x: hidden;
}

canvas {
    touch-action: none;
    display: block;
}
