@charset "utf-8";

html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100dvh;
    width: 100%;
    background-color: black;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

canvas {
    display: block;
}
