

img:hover {
  transform: scale(0.95);
  filter: brightness(70%);
  transition: all 0.3s ease-in-out;
}

img {
  transition: all 0.3s ease-in-out;
}



