  img {
    transition: transform 0.5s;
  }

  img:hover {
    transform: scale(1.5);
  }