* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: sans-serif;
  line-height: 1.5;
  background: gainsboro;
  color: black;
}

.nav__list{
  min-width: 100%;
  min-height: 100%;
  justify-content: center;
  list-style-type: none;
  display: flex;
}
.site-food__section{
  padding: 20px 60px;
}
.header__links{
  color: black;
  text-decoration: none ;
}
.site-food{
  margin-bottom: 200px;
  width: 100vw;
  height: 80px;
}
.art__container1{
  display: flex;
  justify-content: space-around; 
}
.container1__container{
  width: 23vw;
  height: 300px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container__img{
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 20px;

}
.art__container{
  margin-bottom: 150px;
}
.container__p{
  margin-bottom: 40px;
  background-color: gray;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.container__comida{
  display: flex;
  justify-content: center;
  
}








