.barFooter {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s;
}

.barFooter:hover {
  color: #f90101;
  text-shadow: 0 0 10px #f10101, 0 0 20px #f10101; /* Umbră roșie */
}
