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;
}

.Popular_Products {
    height: 300px;
    background-color: #55B549;
    background-image: url(../Images/pubsub.webp); 
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center right 14%;
    font-size: 20px;
    border: 2px solid #CFF9B8;
    border-radius: 40px;
    padding-left: 2%;
    margin: 15px;
}

.Popular_Products p{
    text-align: left;
    width: 100px;
}

.Popular_Products h1{
    font-size: 40px;
}

.Children_Section {
    background-image: url(../Images/spiderman-cake.avif) ;
    background-repeat: no-repeat;
    background-position: center right 14%;
    background-position: bottom;
    background-size: 300px;
    height: 295px;
    padding-left: 2%;
}

.Sold_Out {
    background-color:rgb(219, 231, 215);
    background-image: url(../Images/sold-out-png-4.png) ;
    background-repeat: no-repeat;
    background-position: center  100%;
    background-position-x: 86%;
    background-size: 200px;
    height: 285px;
    border: 2px solid #CFF9B8;
    border-radius: 40px;
    padding-left: 2%;
    
}

.Sold_Out p {
   font-size: 16px;
   position: relative;
   top: -2%;
}

@media (min-width: 1400px) {
    .Popular_Products h1{
        font-size: 80px;
        margin: 8px;
    }
    .Popular_Products {
        height: 400px;
        margin: 8px;
        background-size: contain;
        background-position: right;
    }
    .Popular_Products p { 
        text-align: left;
        width: 700px;
        font-size: 40px;
      }
    .Sold_Out { font-size: 40px;
    margin: 8px;
    height: 400px;
    background-size: contain;
    background-position: top right 5%;
    }
    .Sold_Out p {
        font-size: 40px;
    }
    .Children_Section h1{
        font-size: 80px;
    }
    .Children_Section p{
        font-size:40px;
    }
    .Children_Section {
        height: 400px;
        margin: 8px;
        background-size: contain;
        background-position: top right 5%;
    }
    .PubLogo {
        padding-left: 20px;
    }
    .SearchIcon {
        padding-right: 20px;
    }
}

