html, body {
    margin: 0;
    height: 100%;
    background: #000;
    color: #ddd;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, sans-serif;
}
.dg.ac {
    z-index: 1000;
}
/* Double dat.GUI size on mobile */
@media (max-width: 1024px) {
    .dg.ac {
        transform: scale(2);
        transform-origin: top right;
    }
}

