html {
  background: rgb(140,13,80);
  background: linear-gradient(0deg, rgba(140,13,80,1) 0%, rgba(2,0,36,1) 100%);
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
}

#unity-container {
  position: absolute
}

#unity-container.unity-desktop {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%
}

#unity-canvas {
  background: #231F20
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none
}

#unity-logo {
  width: 100%;
  height: 100px;
  background: url('1kME.gif') no-repeat center;
  background-size: contain;
  margin-bottom: 50px;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  /* background: url('progress-bar-empty-dark.png') no-repeat center; */
  border-radius: 10px;
  border: solid white 3px;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  background: url('progress-bar-full-dark.png') no-repeat center;
  border-radius: 10px;
}

#unity-footer {
  position: relative
}

.unity-mobile #unity-footer {
  display: none
}

#unity-webgl-logo {
  width: 204px;
  height: 50px;
  background: url(webgl-logo.png) no-repeat;
  background-size: contain;
  background-position: right;
  float: right;
  margin-right: 10px;
}

#unity-webgl-logo-2 {
  width: 204px;
  height: 50px;
  background: url(webgl-logo-2.png) no-repeat;
  background-size: contain;
  background-position: left;
  float: left;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url('fullscreen-button.png') no-repeat center
}

#unity-info-button {
  float: right;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: url('info-button.png') no-repeat center
}

#unity-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none
}

.instruction {
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-color: #000000BB;
}

.instruction-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  background-color: #fb46a5;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-family: Sans-serif;
}

.controls-instruction {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
