.menu-link {
  color: #000 !important; /* обычный чёрный */
  transition: color 0.3s ease;
  text-decoration: none;
}

.menu-link:hover {
  color: #0000ff !important; /* при наведении — синий */
}

/* Активные пункты меню */
.menu-link-home,
.menu-link-about,
.menu-link-contacts {
  color: #0000ff !important; /* выделенный синий */
  font-weight: bold;
}

