body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: linear-gradient(to bottom, #eef2f3, #ffffff);
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.wrapper {
  max-width: 600px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  text-align: center;
}

header h1 {
  margin-bottom: 5px;
  color: #1d4ed8;
}

.status h2 {
  color: green;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin: 8px 0;
}

footer {
  margin-top: 30px;
  font-size: 0.9em;
  color: #777;
}
