@media only screen and (min-width: 570px) {
    .logoHeader{
        display: flex;
        flex-flow: row nowrap;
         align-items: flex-start;
        margin-top: -2rem;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: flex-start;
    }

    .logoHeaderImage{
        width: 15rem;
        border-radius: 50%;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        margin-top: 3rem;
    }

    .logoLine{
        background: #191919;
        width: 100%;
        height: 5rem;
        margin-top: -10rem;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    }

    .coffeeImage{
        background: url(images/Coffeeimg2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .beverageImage {
        background: url(images/Beverage2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .softDrinksImage {
        background: url(images/SoftDrinks2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .juiceImage {
        background: url(images/Juice2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .beerImage {
        background: url(images/BeerImg2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .drinkImage {
        background: url(images/DrinksImg2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
    }
    .foodImage {
        background: url(images/Food2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
    }
    .winesImage {
        background: url(images/wine2.png);
        width: 98%;
        height: 8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .categoryButtons {
        margin: 3rem;
        height: 5rem;
        width: 25rem;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        background: #191919;
        border: 3px solid #8C7605;
        border-radius: 18px;
        font-size: 2rem;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        text-decoration: none;
    }

    .categoryButtonsContainer{
        grid-area: langButtonsArea;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .langButtons {
        margin: 3rem;
        height: 5rem;
        width: 25rem;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        background: #191919;
        border: 3px solid #8C7605;
        border-radius: 18px;
        font-size: 2rem;
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        text-decoration: none;
    }

}
