body {
    font-family: 'Poppins', sans-serif;
  }
  .hover-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
  }