body {
  margin: 0;
  background: transparent;
}

.scoreboard {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
  font-size: 48px;
  font-family: Arial, sans-serif;
}

.player {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.name {
  color: #00bfff;
  font-weight: bold;
}

.score {
  color: #ffcc00;
  font-size: 64px;
}
