body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #fff;
  }
  
  header {
    background-color: #ffe5d9; /* Light pastel red for the header */
    padding: 20px;
    text-align: center;
  }
  
  main {
    padding: 15px;
  }
  
  .content-section {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 40px;
  }
  
  .content-section h2 {
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  
  #history h2 {
    background-color: #e0e4cc; /* Pastel Violet */
  }
  
  #varieties h2 {
    background-color: #97d2fb; /* Pastel Indigo */
  }
  
  #preparation h2 {
    background-color: #7fb2f0; /* Pastel Blue */
  }
  
  #nutritional-values h2 {
    background-color: #7bc8a4; /* Pastel Green */
  }
  
  #alternatives h2 {
    background-color: #ffd1dc; /* Pastel Yellow */
  }
  
  img {
    width: calc(100% - 240px); /* Subtract ad space width */
    height: auto;
    display: block;
  }
  
  .ad-placeholder {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 100%;
    background-color: #d3d3d3; /* Placeholder color for ad space */
    color: grey;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  footer {
    background-color: #ffe5d9; /* Light pastel red for the footer */
    color: #333;
    padding: 10px;
    text-align: center;
  }

  .anchor {
    text-decoration: none;
    color: #333;
  }

  #varieties {
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
  }

  .image-container {
    display: flex;
    justify-content: space-between;
  }

  .side-by-side {
    width: 49.95%;
    height: auto;
  }

  .sole-image {
    width: 100%;
    height: auto;
  }

  .nutrition-facts {
  width: 300px;
  border: 1px solid black;
  padding: 10px;
  font-family: Arial, sans-serif;
}
.nutrition-facts h1 {
  font-size: 24px;
  text-align: center;
  border-bottom: 10px solid black;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.nutrition-facts h2 {
  font-size: 18px;
  margin: 5px 0;
}
.nutrition-facts p {
  margin: 5px 0;
  font-size: 14px;
}
.nutrition-facts .line {
  border-top: 1px solid black;
  margin: 5px 0;
}
.nutrition-facts .thick-line {
  border-top: 10px solid black;
  margin: 10px 0;
}
.nutrition-facts .daily-value {
  font-weight: bold;
  float: right;
}

  .recipe {
    margin-bottom: 20px;
  }

  .health {
    font-style: italic;
    color: #888;
  }
  #nutritional-values {
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
  }

  .reference {
    font-size: small;
    color: #555;
  }

  #healthscore-container {
    text-align: center;
    margin-top: 20px;
  }

  #healthscore {
    font-size: 2em;
    color: #4CAF50;
    font-weight: bold;
    background-color: #DFF2BF;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0px 0px 10px #C8E6C9;
  }

  #flaxseed-alternatives {
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
  }

  .alternative {
    margin-bottom: 15px;
  }

  .nutrition {
    font-size: small;
    color: #555;
  }

  #external-recipes {
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 20px;
  }

  .recipe {
    margin-bottom: 15px;
  }

  .nutrition {
    font-size: small;
    color: #555;
  }
  