body { padding: 0; margin: 0; background-color: #0d0e12; }
#unity-container { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
#unity-canvas { background: #231f20; outline: none; }
#unity-loading-bar { display: flex; }
#unity-footer { display: none !important; }
#unity-webgl-logo { display: none !important; }
#unity-build-title { display: none !important; }
#unity-fullscreen-button { display: none !important; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
