#header {
    margin: 20px;
}
.row {
    margin: 30px;
}

.IngredientsList{
  border-top: none;
  border-left: none;
  border-right: none;
}

.ExImg{
  width: 300px;
  height: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.badge{
  font-size: 14px;
  vertical-align: top;
}

.PageNav{
  display: flex;
  justify-content: center;
}


