body {
    background-color: white;
    width: 350px;
    margin: 40px;
}

div {
    background-color: #fff0f5;
    padding: 1px;
    border-radius: 10px;
    line-height: 1.6;
}
img {
    display: block;
}
div2 {
    font-family: Sans-Serif;
    line-height: 2;
    font-size-adjust: 2rem;
}
h4 {
    font-size: 2.2rem;
    margin-bottom: 0px;
}
h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
h1 {
    font-size: 3em;
    font-family: Times New Roman;
    margin-bottom: 5px;
}
p {
    line-height: 1.6;
    margin-bottom: 20px;
}
h2 {
    color: #993366;
    font-family: Sans-Serif;
    font-size: 1.7rem;
    margin-bottom: 0px;
}
h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #8b4513;
    font-family: Georgia;
}
h5 {
    font-size: 2.2rem;
    color: #8b4513;
    font-family: Georgia;
}
div3 {
    line-height: 1.6;
    margin-bottom: 10px;
}
h6 {
    font-size: 2.2rem;
    color: #8b4513;
    font-family: Georgia;
    margin-bottom: 10px;
}
.nutrition-info {
  font-family: sans-serif; /* Or a similar clean font */
  width: 300px; /* Adjust as needed */
  border: 1px solid #eee; /* Optional light border */
  padding: 15px;
  background-color: #fff;
}

.nutrition-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee; /* Line between rows */
}

.nutrition-row:last-child {
  border-bottom: none; /* No border for the last row */
}

.label {
  color: #333;
  font-weight: normal;
}

.value {
  color: #8B4513; /* A brown color for the values */
  font-weight: bold;
}
div6 {
    background-color: white;
}
