.game-button--game-button {
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 1px rgba(0, 255, 0, 0.7);
  padding: 10px;
  font-size: 18px;
  font-family: Outfit;
  font-weight: bold;
}
