
/* Center content container */
body {
  max-width: 800px; /* change this at will */
 margin: 0 auto;
 padding: 20px;
 border: 4px solid #333; 
 border-radius: 12px; 
 padding: 24px;
 box-sizing: border-box;
 background-color: #FFF8E7;
 

img {
  width: 100%;
  height: 80%;
}

h1,h2,h3 {
    font-family: "Sigmar", sans-serif;
  font-weight: 800;
  font-style: normal;
}

ul, ol, li, p {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.ingredients {
  color: #177245;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}


.ingredientspage ul li,
.ingredientspage ol li {
  font-weight: bold;
}
}