body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

#carouselExemple {
  width: 70%;
  margin: 0 auto;
  margin-top: 120px;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
