body {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
  }