html,
body {
  background: "#000";
  width: 100%;
  height: 100%;
  overflow: visible;
  padding: 0;
  margin: 0;
  font-family: Verdana, sans-serif;
}

div#gameContainer {
  background: transparent !important;
  position: absolute;
}

div#gameContainer canvas {
  position: absolute;
}

div#gameContainer canvas[data-pixel-art="true"] {
  position: absolute;
  image-rendering: optimizeSpeed;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.fill {
  height: 6px;
  background: #333;
  display: block;
  /* border-radius: 10px; */
  transition-property: width;
  transition-duration: 1s;
}
.container {
  width: 58.85%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding-top: 0px;
}
div#mobile-div > div {
  padding-top: 0.5rem;
}
.logo {
  width: auto;
  max-width: 100%;
  margin: auto auto 114px auto;
  max-height: 180px;
}
.center {
  overflow: hidden;
  margin: auto;
  padding: 20px;
}
.progressbar {
  margin: auto 114px auto;
  border: solid 2px #000000;
}
