.card-animation {
  cursor: pointer;
  transition: all 0.3s ease;
}
.card-animation:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
