.card:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: box-shadow 0.3s ease;
}

.card-img-top:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}