div#buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

button.game-btn {
  transition: all 0.6s ease-in-out;
  color: black !important;
  font-size: 1em;
}