body {
    background-color: white;
    overflow: hidden;
    margin: 0;
    touch-action: none;
}
#canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}