header nav a {
  font-size: 22px !important;
  transition: 0.3s;
}

header nav a:hover {
  color: #c9a96e; /* dorado elegante */
}