body {
    font-family: sans-serif;
    background: #ffd1dc;
    color: #333;
    padding: 30px;
  }
  
  #status {
    font-size: 24px;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    background: white;
    display: inline-block;
  }
  
  #players {
  margin-top: 20px;
}

.player-row {
  background: white;
  padding: 10px 15px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 18px;
  border: 2px solid #ffd1dc;
}

.no-players {
  opacity: 0.6;
  font-style: italic;
}
