@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
  button {
    min-height: 4rem;
  }
  #display {
    width: 100%;
  }
}
