html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: #231F20;
}

canvas:focus {
  outline: none;
}

#unity-container {
  position: fixed;
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url('unity-logo.png') no-repeat center;
}

#unity-progress-bar-empty {
  margin: 10px auto 0;
  width: 141px;
  height: 18px;
  background: url('progress-bar-empty.png') no-repeat center;
}

#unity-progress-bar-full {
  width: 0;
  height: 18px;
  background: url('progress-bar-full.png') no-repeat center;
}
