body {
  background: #bdfcff;
}

.content {
  background: #ffffff;
  margin: 40px 15%;
  padding: 20px 40px;
}
.carousel-container {
  width: 100%;
  overflow: hidden;
  margin: 80px auto;
}

.carousel {
  display: flex;
  text-align: center;
  transition: transform 0.3s ease;
}

.carousel-slide {
  flex: 0 0 100%;
}

img {
  width: 50vw;
  object-fit: fill;
  height: 30vw;
}

.info {
  text-indent: 25px;
  margin: 20px 0px;
  font-size: x-large;
}
