main{
    
    margin: 0 auto;
    background-color: #CFF9B8;
    
}
.NavBar{
    display: flex;
    color: rgb(0, 0, 0);
    justify-content: space-between;
    background-color: rgb(249, 255, 234);
}
.NavBar h1{
    
    font-size: 24px;
}

.NavBar section{
    display: flex;
    align-items: center;
}
body{
    
    margin: 0 auto;
}

button{
    text-decoration: none;
}

.PubLogo{
width: 60px;
size: 40px;
}
.SearchIcon{
    width: 60px;
}

.Ordering {
    height: 300px;
    background-color: #55B549;
    background-image: url(../Images/OrderImage.png); 
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right 12% center;
    font-size: 20px;
    border: 2px solid #CFF9B8;
    border-radius: 40px;
    padding-left: 2%;
    margin: 15px;
}

.Ordering p{
    text-align: left;
    width: 100px;
}

.Ordering h1{
    font-size: 40px;
}

.Delivery {
    background-image: url(../Images/DeliveryTruck.png) ;
    background-repeat: no-repeat;
    background-position: center right 16%;

    background-size: 175px;
    height: 295px;
    padding-left: 2%;
    
}

.Too_Large {
    background-color:rgb(219, 231, 215);
    background-image: url(../Images/nav_shoponline.avif) ;
    background-repeat: no-repeat;
    background-position: center right 16%;
    background-position-x: 86%;
    background-size: 200px;
    height: 285px;
    border: 2px solid #CFF9B8;
    border-radius: 40px;
    padding-left: 2%;
    
}

.Too_Large p {
   font-size: 16px;
   position: relative;
   top: -2%;
   text-align: left;
   width: 100px;
}


@media (min-width: 1400px) {
    .Ordering h1{
        font-size: 80px;
        margin: 8px;
    }
    .Ordering {
        height: 400px;
        margin: 8px;
        background-size: contain;
        background-position: center right 5%;
    }
    .Ordering p { 
        text-align: left;
        width: 700px;
        font-size: 40px;
      }
    .Too_Large { font-size: 40px;
    margin: 8px;
    height: 400px;
    background-size: contain;
    background-position: top right 5%;
    }
    .Too_Large p {
        font-size: 40px;
        text-align: left;
        width: 400px;
    }
    .Delivery h1{
        font-size: 80px;
    }
    .Delivery p{
        font-size:40px;
    }
    .Delivery {
        height: 400px;
        margin: 8px;
        background-size: contain;
        background-position: top right 5%;
    }
    .PubLogo {
        padding-left: 20px;
    }
    .SearchIcon {
        padding-right: 20px;
    }
}

