body.bg-gradient {
    background: linear-gradient(to right, #dbeafe, #fef3c7);
    font-family: 'Segoe UI', sans-serif;
  }
  
  .card {
    border-radius: 1rem;
    border: none;
  }
  