@font-face {
  font-family: 'VT323-Regular';
  src: url('VT323-Regular.ttf') format('truetype');
}

body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #000000 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; background: rgba(0, 0, 0, 0.8); padding: 20px }
#unity-logo { display: none }
#unity-progress-bar-empty { width: 600px; height: 80px; margin-top: 10px; background: none; border: 3px solid #00ff09 }
#unity-progress-bar-full { width: 0%; height: 100%; background: #00ff09; margin-top: 0 }
#unity-loading-percent { text-align: center; margin-top: 10px; font-family: 'VT323-Regular', monospace; font-size: 72px; color: #00ff09; }
#unity-footer { display: none }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
