.carousel-inner {
  justify-self: center;
  align-items: center;
  color: darkslategray;
  margin-top: 5%;
  opacity: 0.9;
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(100%);
}
.selection {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 300px;
}
.carousel-item {
  justify-content: center;
}
.carousel-item h3 {
  text-align: center;
  color: black;
}

.carousel-item a img {
  max-width: 40%;
  height: auto;
}

/* product list */

/* .food-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 50%;
  align-items: center;
  justify-content: space-between;
  padding: 1%;
} */

/* .chose_products_type img {
  width: 80%;
  max-height: auto;
} */
