body {
  background: radial-gradient(circle, #1a0b2e, #000);
  color: #e0e0e0;
  font-family: "Segoe UI", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 500px;
}
a {
  color: #00d4ff;
  text-decoration: none;
}
