.menu-item {
  transition: color 0.3s ease;
}

.menu-item:hover {
  color: #E3B079;
}

#cookie-banner {
  display: none;
}

