html,
body {
    height: 100%;
    margin: 0;
    background: #000000;

    /* Prevent safari window scrolling */
    overscroll-behavior: none;
    touch-action: none;
}

canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}