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