.logo-icon {
  mix-blend-mode: overlay; /* or multiply, screen, difference */
  filter: brightness(1.2) contrast(1.1);
  transition: all 0.5s ease;
}

