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

.container {
  text-align: center;
}

h1 {
  font-size: 36px;
}

p {
  color: #94a3b8;
}

.status {
  margin-top: 20px;
  padding: 10px 20px;
  background: #1e293b;
  border-radius: 8px;
  display: inline-block;
}

