/* default fiber canvas + GUI css */
body, #root {
    background: #1e0718;
    height: 100vh;
    width: 100vw;
    margin: 0;
    overflow: hidden;
    color: #ff9900;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}

.GUI {
    z-index: 1;
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 4px;
    text-shadow: 0 0 10px #ff9900, 0 0 20px #08c74c, 0 0 30px #ff9900, 0 0 40px #00e673, 0 0 50px #ff9900, 0 0 60px #ff9900, 0 0 70px #ff9900;
}
/**♥ @bop.xbt ♥**/
