.app-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-image: url("../assets/background.jpg");
  max-height: 100vh;
}

#phaser-container canvas {
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .app-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #phaser-container {
    max-width: 530px;
    max-height: 740px;
    position: relative;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */