body {
  background-color: blanchedalmond;
}
h1 {
  text-align: center;
  color: rgb(3, 56, 3);
}
.carousel-small {
  width: 550px;
  margin: 0 auto;
}
.carousel-small img {
  height: 400px;
  object-fit: cover;
}
h3 {
  text-align: center;
  color: rgb(3, 56, 3);
}
#fruits,
#p1 {
  text-align: center;
  font-size: large;
  font-family: monospace;
}
img[alt="peach1"] {
  margin-top: 20px;
  margin-left: 320px;
}
