:root {
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --app-height: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

html {
  height: initial !important;
  width: initial !important;
}

body {
  height: initial !important;
  width: initial !important;
  margin: 0;
  display: flex;
  place-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: white;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gameContainer,
.overlay,
#gameCanvas {
  position: absolute;
  margin: auto;
  height: 177.777vw;
  width: 100vw;
  max-height: 100vh;
  max-width: 56.25vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */