body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin-top: 40px; /* Adjust this value as needed */
}

.header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.logo {
    width: 150px;
    height: auto;
    margin-right: 20px;
}

.text {
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.8); /* White background with 80% opacity */
    padding: 15px; /* Add padding for spacing inside the box */
    border-radius: 10px; /* Optional: rounded corners */
}

.chart-container {
    display: flex;
    align-items: center;
}

.chart-text {
    max-width: 300px; /* Adjust width as needed */
    margin-right: 20px; /* Space between text and chart */
    text-align: left; /* Align text to the left */
}

.additional-image {
    max-width: 100%; /* Responsive image */
    height: auto; /* Maintain aspect ratio */
    margin-top: 10px; /* Add some space above the image */
}

#myDiv {
    width: 1400px;
    height: 700px;
}

#newDiv {
    width: 1000px;
    height: 700px;
}

#sugarBar {
    width:400px;
    height: 700px;
  display:none;
}


#SodioDiv {
    width: 700px;
    height: 700px;
}

.image-boxes {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }
  
  .box {
    flex: 1;
    max-width: 100px; /* Set the max width of each box */
    text-align: center;
  }
  
  .box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
  }
  
  .box img:hover {
    transform: scale(1.05);
  }   
  body {
       /* Adjust this value as needed */
    }
    
.counter-container {
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nsewdrag {
      cursor: pointer;
    }

#cerealname{
  display:none;
  font-size:250%;
}