#weight_box1{
    height: 340px;
    width: 100%;
    border: 1px solid black;
    /* background-image:image-set("pic1.png"); */
    background-attachment:fixed;
    background-image: url("https://media.istockphoto.com/photos/drink-lime-and-mint-selective-focus-food-picture-id1067136060?k=20&m=1067136060&s=612x612&w=0&h=9u2ZAdf82_-rneod-qpSCWBDTZKe9kWvGX3zH8Y4-F8=");
    background-size: cover;

    background-repeat: no-repeat;
}

#weight_box2{
    height: auto;
    width: 100%;
    display: flex;
    padding:80px;
    gap: 80px;
    box-sizing: border-box;
   /* text-align: center; */
    /* border: 1px solid black; */
}
#weight_box2_a{
    height: 100%;
    width: 50%;
    font-size: 20px;
}
#weight_box2_a button{

    background-color: red;
    color: white;
    padding: 10px;
}

#weight_box2_b{
    height: 100%;
    width: 50%;
}

#weight_box3{
    height:200px;
    width: 80%;
    margin: auto;
    text-align: center;
    /* border: 2px solid green; */
    border-radius: 15px;
    margin-bottom: 30px;
    line-height:85%;

}