.select-game-nav {
  display: flex;
  justify-content: center;
}
.select-game-nav a {
  margin: 12px;
  padding: 10px;
  border-radius: 5px;
  background-color: blue;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.select-game-nav a:hover {
  background-color: darkblue;
}
.select-game-nav a.multi-player-link {
  cursor: not-allowed;
}

