body {
    margin:0;
    width:100vw;
    height:100vh;

    background-color: #222;
    overflow:hidden;
}

#ui {
    width:100vw;
    height:100vh;
    position:fixed;
    left:0;
    top:0;
 
}
canvas {
    position:fixed;
}