body {
  background: url("../images/desktop_background.png") no-repeat center center
    fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: 100% 100% !important;
  overflow: hidden !important;
  height: 100vh;
  width: 100%;
}

#instant-game-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


#gameFrame {
  border: 5px solid rgb(128, 128, 128);
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 9/16;
  min-height: 0;
  height: 90%;
}

#phaser-game {
  display: inline-block;
  padding: 10px 0 10px 0;
  max-height: 30em;
  max-width: 17em;
  width: 100%;
  height: 100%;
}
