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;
}

.New_Sales {
    height: 300px;
    background-color: #55B549;
    background-image: url(../Images/bogo.avif); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    font-size: 20px;
    border: 2px solid #CFF9B8;
    border-radius: 40px;
    padding-left: 2%;
    margin: 15px;
}

.New_Sales p{
    text-align: left;
    width: 100px;
}

.New_Sales h1{
    font-size: 40px;
}

.Upcoming_Sales {
    background-image: url(../Images/buffalo-chicken-tender-sub-banner.avif) ;
    background-repeat: no-repeat;
    background-position: top right 14%;

    background-size: contain;
    height: 295px;
    padding-left: 2%;
}

.Popular_Deals {
    background-color:rgb(219, 231, 215);
    background-image: url(../Images/Magazine.avif) ;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    height: 285px;
    border: 2px solid #CFF9B8;
    border-radius: 40px;
    padding-left: 2%;
    
}

.Popular_Deals p {
   font-size: 16px;
   position: relative;
   top: -2%;
}

@media (min-width: 1400px) {
    .New_Sales h1{
        font-size: 80px;
        margin: 8px;
    }
    .New_Sales {
        height: 400px;
        margin: 8px;
    }
    .New_Sales p { 
        text-align: left;
        width: 700px;
        font-size: 40px;
      }
    .Popular_Deals { font-size: 40px;
    margin: 8px;
    height: 400px;
    background-size: contain;
    background-position: top right 5%;
    }
    .Popular_Deals p {
        font-size: 40px;
    }
    .Upcoming_Sales h1{
        font-size: 80px;
    }
    .Upcoming_Sales p{
        font-size:40px;
    }
    .Upcoming_Sales {
        height: 400px;
        margin: 8px;
        background-size: contain;
        background-position: top right 5%;
    }
    .PubLogo {
        padding-left: 20px;
    }
    .SearchIcon {
        padding-right: 20px;
    }
}

