.food{
    width: 150px;
    height: 125px;
    border: solid black;
    display: inline-block;
    text-align: center;
    background-color: crimson;
    margin-right: 10px;
    flex:1;

    /* float: left; */
    
    
   /*  display: inline-block;
    border-style: solid;
    padding: 0px 30px;
    text-align: justify; */
}
/* .category{
    text-align: justify;
    border: 5px solid black;
    height: 20px;
    width: 20px;
    padding: 50px;
} */
section{
    border: 5px solid black;
    /* padding: 10px; 
    padding: 20px; */
   /*  width: 200px; */
    /* height: 200px; */
    background-color: blueviolet;
}
/* #peopleEatingProducts{ */
    /* display:inline-block; */

/* } */
.imagesRow{
    display:flex;
}
#drinkingSoda{
    width:100px;
    height:100px;
}
#eatingChips{
    width:100px;
    height:100px;
}
#sodaCategory{
    color:chartreuse;
} 
 
/* #category{
    position:fixed;
    width:fit-content;
} */
#category{
    display:flex;
}

/* 
.foodCategory{
    display: inline-block;
}
 */
 .storeHeader{
    text-align: center;
    font-size: 100px;
 }
 body{
    background-color: lightskyblue; 
}
.imagesColumn {
  /*   float:left; */
    border:3px solid red;
    width:25%;
    padding:10px;
    float:left;
    /* float:left; */
   /*  padding: 10px;
    width:50%; */
    /* display:inline-block; */
}
/* .imagesRow::after {
    content:"";
    clear: both;
    display:table;
} */
#drinkingSoda, #eatingChips, #eatingCandy, #eatingSnackCakes {
    width:90%;
    height:90%;
    /* size: 25%; */
}

.jarritos{
    width:10%;
}