body { padding: 0; background: #000000; }
.quit-button {transition: .2s ease; width: 44px;margin: 16px 12px; text-align: center;;}
.quit-button:hover { transform: scale(1.1); }
#unity-container { top: -18px; position: relative; display: flex; justify-content: center; width: 100%; height: 100%; }
#unity-canvas { width: 1320px; height: 743px; background: #121212; border-radius: 24px; border: 10px solid #1c2429; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 150px; height: 150px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; border-radius: 99px; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center; }
#unity-progress-bar-full { border-radius: 99px; width: 0%; height: 18px; margin-top: 10px; 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; }
