.carousel-item img:hover {
  transform: scale(1.05);
  transition: 0.4s ease;
}

body {
  font-family: 'Poppins', sans-serif;
}

