@media (max-width: 1200px)
{   
    body    
    {
        background-position: top;
        background-size: cover;
    }
    .Bestfoodfoodtabel 
    {
        left: 10px;
        right: 10px;
        display: grid;
        grid-template-columns: auto;
        justify-content: center;
        align-items: center;
        row-gap: 50px;
        
    }
    .Welcomesection h1{
        text-align: center;
        font-weight: 700;
        font-size: 5vh;
        color: black;
    }

    header ul {
        gap: 30px;
    }
}