body { padding: 0; margin: 0; background-color: #0774e7 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas {background: #0774e7 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 256px; height: 256px; background: url('loading_cielo.gif') no-repeat center }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 100vw; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center; background-size: cover;  }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center; background-size: cover;  }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
footer { 
            flex-shrink: 0; 
            width: 100%; 
            position: fixed; 
            bottom: 10px; 
            left: 0; 
            text-align: center; 
        }
		canvas {
  width: min(calc(100vh * (16/9)), 100vw);
  max-width: 100%;
  max-height: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
  margin: auto;
}
