body {
  font-family: sans-serif;
  background: #111;
  color: #eee;
  padding: 20px;
}

h1 {
  text-align: center;
}

.teams {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.team {
  width: 45%;
  background: #222;
  padding: 10px;
  border-radius: 8px;
}

.team h2 {
  text-align: center;
  border-bottom: 1px solid #444;
}

ul {
  list-style: none;
  padding: 0;
}

button {
  padding: 10px 20px;
  margin: 20px 10px;
  font-size: 1rem;
  cursor: pointer;
}

.controls {
  text-align: center;
}

.active {
  color: limegreen;
}

.inactive {
  color: red;
}

.lobby {
  color: gold;
}
