body {
    margin: 0;
    overflow: hidden; /* Hide scrollbars */
    font-family: Arial, sans-serif;
    color: white;
    background-color: #111;
}

#container {
    width: 100vw;
    height: 100vh;
    display: block;
}

#info {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
    display: block;
    color: #ccc;
    font-size: 0.8em;
}

/* Style dat.gui */
.dg.main .close-button {
    background-color: #333;
}
.dg.main {
   color: #eee;
}
.dg li:not(.folder) {
    background: #222;
    border-bottom: 1px solid #444;
}
.dg li.title {
    background: #333;
}