body {
  padding: 0;
  margin: 0;
}

#unity-container {
  position: fixed;
  width: 100%;
  height: 100%;
}

#unity-canvas {
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 29.4%;
  transform: translate(-50%, -50%);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#unity-logo {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 25%;
  background: url("logo.png") no-repeat center;
  background-size: contain;
}

#unity-progress-bar-empty {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1%;
  background: url("progress-bar-empty-dark.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}

#unity-progress-bar-full {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: url("progress-bar-full-dark.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
}
