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

#screen {
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    cursor: none;
    touch-action: none;
}
