:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

img:hover {
  filter: brightness(0.8);
}

a:hover {
  filter: brightness(0.5);
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
}/*# sourceMappingURL=style.css.map */