body {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #unity-container {
    position: absolute;
    background: #2972cb;
  }
  #unity-container.unity-desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #unity-container.unity-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #unity-canvas {
    background: #2972cb;
  }
  .unity-mobile #unity-canvas {
    width: 100%;
    height: 100%;
  }
  #unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }
  #unity-logo {
    width: 200px;
    height: 175px;
    display: flex;
    justify-content: center;
    background: url() no-repeat center;
  }
  #unity-logo img {
    max-width: 100%;
    max-height: 100%;
  }
  #unity-progress-bar-empty {
    width: 400px;
    height: 5px;
    margin-top: 25px;
    /* margin-left: 6.5px; */
    background: url("../assets/intro/WebGL_Prgress_Grey_Prgress_White.png")
      no-repeat center;
  }
  #unity-progress-bar-full {
    width: 0%;
    height: 5px;
    /* margin-top: 25px; */
    background: url("../assets/intro/WebGL_Prgress_Grey.png")
      no-repeat center;
  }
  #unity-footer {
    position: relative;
  }
  .unity-mobile #unity-footer {
    display: none;
  }
  #unity-webgl-logo {
    float: left;
    width: 204px;
    height: 38px;
    background: url() no-repeat center;
  }
  #unity-webgl-logo img {
    max-width: 100%;
    max-height: 100%;
  }
  #unity-build-title {
    float: right;
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px;
  }
  #unity-fullscreen-button {
    cursor: pointer;
    float: right;
    width: 38px;
    height: 38px;
    background: url("fullscreen-button.png") no-repeat center;
  }
  #unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none;
  }
  #kaalo-logo {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 10%;
    display: flex;
    justify-content: center;
  }
  #kaalo-logo img {
    max-width: 120px;
    max-height: 100%;
  }
  #promotion-text {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #promotion-text span {
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 2.5px 0%;
  }
  