#monLogo {
  transition: all 0.3s ease;
}

#monLogo:hover {
  filter: drop-shadow(0 0 10px #f8b714);
  transform: scale(1.1);
}