@media only screen and (max-width: 1024px) {
  .page-logo-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .game-container {
    max-width: calc(100vw - 30px);
  }
}/*# sourceMappingURL=media-queries.css.map */