body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #616e8d;
}

button {
    cursor: pointer;
}

#app-canvas {
    width: 100%;
    height: 100%;
}

.lil-gui {
    right: 0px !important;
}