body {
  background: radial-gradient(circle at top, #1f2933 0, #020617 55%, #000000 100%);
  min-height: 100vh;
}
.card {
  border-radius: 16px;
}
