/******************************************************************************/
/* BELOW 992px (Tablets) */
/******************************************************************************/
@media (max-width: 62em) {
  footer {
    font-size: 0.5rem;
  }

  /* .controls {
    display: flex;
  }

  .help-icon {
    display: none;
  }

  .game-header {
    justify-content: center;
  } */
}

/******************************************************************************/
/* BELOW 600px (Phones) */
/******************************************************************************/
@media (max-width: 37.5em) {
  .low-res-screen {
    z-index: 4;
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
  .game-screen,
  .controls,
  .game-header,
  .reset-text,
  footer {
    display: none;
  }
}
