.img{
    position:absolute;
    left:50%;
    border-width:0px;
    border-style:solid ;
    background-color: whitesmoke;
    font-size: 67px;
    gap: 220px;
}
#Bread .img {
    position: absolute;
    top: 90px;
}

#Tomato .img {
    position: absolute;
    top: 210px;
}

#Chicken .img {
    position: absolute;
    top: 330px;
}

#Milk .img {
    position: absolute;
    top: 455px;
}

#Eggs .img {
    position: absolute;
    top: 580px;
}
.text{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left:10px;
}
body{
    background-color: rgb(239, 238, 238);
}
.divs{
    background-color: white;
    width:950px;
    border-radius: 20px;
}
.btns{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(242, 252, 248);
    border-width: 0.25px;
    border-radius: 4px;
    margin-left:10px;
}
.btns:hover{
    background-color: aquamarine;
}
#checkout{
    background-color: beige;
    position:absolute;
    top:10%;
    left:60%;
    width:600px;
    border-radius: 10px;
}
