body { padding: 0; margin: 0; position: fixed;}
#unity-canvas { background: #32384A; width: 100vw; height: 100dvh; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
#unity-progress-bar-empty { width: 140px; height: 18px; border: 2px solid #fff; border-radius: 3px;}
#unity-progress-bar-full { width: 0%; height: 18px; background: #fff; }
#unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }