body { margin: 0; overflow: hidden; background-color: #050505; font-family: sans-serif; }
#ui {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #00ff88;
    text-shadow: 2px 2px #000;
    pointer-events: none;
}
/* Style for the VR Button provided by Three.js */
#VRButton {
    background: #00ff88 !important;
    color: black !important;
    bottom: 20px !important;
}
