body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0e0e10;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header {
  background-color: #18181b;
  padding: 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.chzzk-logo {
  color: #00ffae;
  font-weight: bold;
}

.container {
  margin-top: 80px;
}

#streamer-name {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

#stream-status {
  font-size: 1.8rem;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
}

.live {
  background-color: #e84118;
  color: white;
}

.offline {
  background-color: #555;
  color: white;
}
