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

.container {
  text-align: center;
  max-width: 500px;
  padding: 20px;
}

h1 {
  color: #7CFFB2;
}

h2 {
  color: #caa6ff;
}

.lore {
  opacity: 0.8;
  font-style: italic;
}

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