body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
#unity-logo { width: 302.95px; height: 312.19px; background: url('image 48.png') no-repeat center; background-size: contain; }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 305px; height: 8px; margin-top: 10px; background: url('progress-bar.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 8px; margin-top: 150px; background: url('progress-bar-full.png') no-repeat  }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-loading-txt{font-size: 20px; background: -webkit-linear-gradient(#D83059, #EC9655); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 10px;
}
