body {
  padding: 0;
  margin: 0;
}
#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#unity-logo {
  width: 154px;
  height: 130px;
  background: url("progressLogo.Light.jpg") no-repeat center/contain;
}
#unity-progress-bar-empty {
  width: 100%;
  height: 18px;
  margin-top: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
}
#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  background-color: #000;
}
