#stage {
  margin: auto;
  padding: unset;
  height: 95vh;
  width: 95vh;
  position: relative;
  border: unset;
  background-color: unset;
}

@media only screen and (max-width: 641px) {
  #stage {
    margin: unset;
  }
}

html,
body {
  margin: auto;
  margin: unset;
  padding: unset;
  border: unset;
  background-color: rgb(57, 57, 57);
}

canvas {

  margin: unset;
  padding: unset;
  border: unset;
  position: absolute;
  height: max(640px, 90vh);
  width: max(640px, 90vh);
  image-rendering: pixelated;
}

#ui-layer {
  z-index: 3;
}

#game-layer {
  z-index: 2;
}

#background-layer {
  z-index: 1;
  background-color: rgb(34, 33, 33);
}

/*# sourceMappingURL=style.css.map */