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

button, a {
  position: absolute;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

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

a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  overflow: hidden;
  height: 100svh;
  width: 100svw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  color: white;
  background-image: url(../img/bg.jpg);
}

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

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