#container {
  width: 100%;
  position: relative;
}

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

#loading-bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fafefe;
  vertical-align: middle;
}

#progress-bar-empty {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

#progress-bar-full-container {
  height: 100%;
  position: absolute;
  left: 20%;
  right: 20%;
  background: #b3b3b3;
}

#progress-bar-full {
  width: 0%;
  height: 100%;
  background: #0dadba;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

#logo-image {
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

#progress-text {
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  color: #0dadba;
  z-index: 3;
}
