.hover-text {
  transition: color 0.3s ease;
}

.card:hover .hover-text {
  color: #007bff;
}
