@media (max-width: 1200px) {
  .popup {
    width: 75%;
    height: 75%;
  }
}

@media (orientation: portrait) {
  #top-bar {
    flex-direction: column;
    height: auto;
    position: absolute;
    top: 0;
  }
  .buttons-holder {
    /* min-height: 50%; */
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .button {
    font-size: 2rem;
    margin: 2rem 0;
  }

  #app {
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
  }

  #scores-holder,
  #steps-holder {
    width: 100%;
    font-size: 2rem;
    line-height: 3em;
  }

  #game-board {
    margin-top: 20rem;
  }

  #santa {
    order: 99;
    font-size: 3rem;
  }

  .box-holder {
    height: 20rem;
  }

  .answer-box {
    background-size: auto;
    width: 100%;
    height: 100%;
  }

  .answer-box span {
    font-size: 3.5rem;
  }

  .popup-text {
    font-size: 2em;
  }
}
