*{
 box-sizing: inherit;
 margin: 0px;
 padding: 0px;   
}
body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family:'Segoe UI', T~ahoma, Geneva, Verdana, sans-serif ;
 }

section{
    max-width: 1120px;
 }

/*header*/
header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 16px ;
    align-items: center;
    text-align: center;
}
@media screen and (width < 768px ){
}

@media screen and (width < 425px ){
    header{ 
        padding: 15px 10px;
    }
    
}

section{
    max-width: 1000px;
}

/*foodlist*/
#foodlistsection{
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
    width: 100%;
    padding: 40px 0px 40px;
}
#foolistsection #foodlist{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    
}
#foodlist{
    display: flex;
    justify-content: space-between;
}

#foodlist div{
    width: 23%;
    margin-bottom: 30px;
    text-align: center;
    
}
#foodlist div h3{
    margin: 10px 0px;
    line-height:30px ;
}
#foodlist div p{
line-height: 25px;

}

#foodlist  div img{
    width: 100%;
}
#pagination{
    margin-top: 20px;
 }
#paginationcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
 }
#paginationcontainer  button{
    padding: 12px 15px;
    border: 0px;
    background-color: white;
 }

#paginationconatiner #defaultbutton{
    background-color: black;
    color: white;
 }
#paginationcontainer button:hover{
    background-color: black;
    color: white;
 }
 
 @media screen and (width < 1120px) {
    #food_list_section {
     padding: 0px 20px;
    } 
 }
 
 @media screen and (width < 600px) {
     #food_list div {
         width: 100%;
     }
 }
 /*about*/

.about{
    padding: 0.01em 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: inline-block;
    width: auto;
    text-align: center;
}
.about::after, .about::before{
    content: "";
    clear: both;
    display: table;
}
.me{
    max-width: 100%;
    height: auto;
}
.mee{
    padding-top: 32px;
    padding-bottom: 32px;
}
i{
    font-size: 16px;
}
@media screen and (width < 1120px) {
    .about{
        padding: 0px 20px;
        width: 100%;
    }
}
/*footer*/

.footer{
    display: flex;
    padding: 20px 60px;
    align-items: center;
}

.foot{
    float: left;
    padding: 10px 8px;
    width: 100%;
    width: 30%;
}
.foot h3{
    display: flex;
}
.ulo{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ulo li{
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}
.ulo li:hover{
    background-color: #ccc;
}
.ulo li:last-child{
    border-bottom: none;
}
.zee{
    padding-top: 16px;
    padding-bottom: 16px;
}
.mini{
    float: left;
    margin-right: 16px;
}
.bako{
    font-size: 18px;
}
.pop{
    /* float: right; */
    padding: 0 8px;
    width: 33.3333%;
    font-family: serif;
}

.travel{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    margin-bottom: 16px;
}
.travel:hover{
    color: #fff;
    background-color: #000;
}
.snap{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    color: #fff;
    background-color: #616161;
    font-size: 12px;
    margin-bottom: 16px;
}
