body { padding: 0; margin: 0 }
#unity-canvas { width: 750px; height: 300px; background: #231F20 }
#dp-logo { width: 154px; height: 130px; background: url('dp-logo.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 9px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 9px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#dp-logo-title-footer { float:left; width: 102px; height: 38px; background: url('dp-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-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-loading-bar {
  position: relative;
  display: block;
  width: fit-content;
  margin: auto;
  transform: translateY(-160%);
}
