.title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.game-large {
  background-color: #fc1403;
  color: #fff;
  padding: 0 4px 0;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 700;
}

.game-medium {
  background-color: #ff8c00;
  color: #fff;
  padding: 0 4px 0;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 700;
}

.game-small {
  background-color: #ffc800;
  color: #fff;
  padding: 0 4px 0;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 700;
}
