#mainbody,#trending{
    width:90%;
    height: auto;
    margin: auto;
    display: flex;
}
#slideshow,#deal{
    margin-top: 10px;
    width:50%;
    height:400px;
    border:1px solid black;
}
#slideshow>img{
    width:100%;
    height:100%;
    /* border:1px solid red; */
}
#anniversary{
    text-align: center;
    padding-top: 10px;
    width:90%;
    background-color: rgba(140, 193, 204, 0.684);
    margin:auto;
    height:50px;
    margin-top: 10px;
}
#dealOfTheDay{
    display:grid;
    grid-template-columns: repeat(4,170px);
    grid-template-rows: auto;
}
#dealOfTheDay>div{
    height:150px;
    width:100%;
    /* border: 1px solid red; */
}
#dealOfTheDay>div>img{
    height:60%;
    width:100%;
}
#trending{
    margin-top:10px ;
    grid-gap:10px;
}
#trending>div{
    height:400px;
    width:33%;
    /* border:1px solid red; */
}
#trending>div>a>img{
    width:100%;
    height:320px;
}

#bestSeller{
    width:90%;
    height: auto;
    margin: auto;
    display: flex;
    grid-template-columns: repeat(4,25%);
    grid-template-rows: auto;
}