* {
    padding: 0;
    margin: 0;
}
html, body {
    background: #fcb315;
    color: #fff;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
canvas {
    touch-action-delay: none;
    touch-action: none;
    -ms-touch-action: none;
}