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

.card {
  background: #020617;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px #38bdf8;
  text-align: center;
}

.version {
  margin-top: 20px;
  color: #38bdf8;
}
