body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%;}
#unity-canvas { width: 100%; height: 100%; background: #000000 }
#unity-loading-bar { position: fixed; top:0%;width: 100%;height: 100%; display: none }
#unity-logo {position: fixed; width: 100%; height: 100%;  background: url('bg.png') no-repeat center; background-size: cover;  }
#unity-progress-bar-empty { position: fixed; bottom:0%; width: 100%;  height: 18px; margin-top: 10%; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full {position: fixed; bottom:0%;  width: 0%; height: 18px; margin-top: 10%; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
