body, html {
    height: 100%;
}

body {
    /*display: flex;*/
    margin: 0px;
    overflow: hidden; /*  Disable scrollbars */
    background-color: black;
}

#object-gui {
    position: absolute;
    left: 20px;
    top: 0px;
}