html, body, canvas {
    margin: 0;
    padding: 0;
    touch-action: none;
}

body {
    background-color: black;
    color: white;
}

canvas {
    display: block;
    position: absolute;
}