body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
}

.status-container {
  text-align: center;
}

#server-name {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

#status-text {
  font-size: 4rem;
  font-weight: bold;
  margin: 0;
}

.player-count {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #d1d1d1;
}

.online {
  color: #32cd32;
}

.offline {
  color: #ff3b30;
}
