
#canvas {

    width: 100dvw;
    height: 100dvh;
    
    
}

html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    user-select: none;
    background-color: #111111;
}
body {
    position:relative;
}
