body {
  font-family: 'Poppins', sans-serif;
}
header {
  background: linear-gradient(to right, #004aad, #007bff);
}
.card {
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.card:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
