.hover-effect {
  transition: color 0.3s ease;
}

.hover-effect:hover {
  color: #00ff00; /* Новый цвет при наведении */
}
