a, a:visited {
  transition: 0.3s ease;
}

a:hover, a:visited:hover {
  color: #DB4944 !important; /* Красный цвет при наведении */
  transition: 0.3s ease;
}
