.ingredient-card {
  height: 100%;
  min-height: 260px;
  background: #ffffff10;
  border-radius: 10px;
  padding: 20px;
}

.ingredient-desc {
  max-height: 90px;
  overflow: hidden;
}

#ingredientsContainer > div {
  display: flex;
}

body {
  background-color: black;
}
