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