#main {
    
    display: flex;
    width: 80%;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 50px;
    margin: auto;
    
    
   
    
}

#main>div {
    display: flex;

 
}

#main>div>h3 {
    margin-left: 20px;
    background-color: blanchedalmond;
    color: blue;
}

h3 {
    font-size: 15px;
}

#main1 {
    display: flex;
    width: 90%;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 70px;
    margin: auto;
    margin-top: 20px;

}

#main1>div {
    display: flex;
}

#main1>div>h3 {
    margin-left: 20px;

}

#main2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 70px;
    margin: auto;
    margin-top: 20px;

}

#main3 {
    /* background-image: url("https://www.yoox.com/images/yoox80/banners/6895_1_Genz_WM_Main.png?634485886601286852&impolicy=cropDefault&width=960&height=510"); */
    width: 100%;
    margin-top: 10px;

}

#main4 {
    display: flex;
    justify-content: space-around;
}
#main4chield{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 30%;
    height: auto;
}
#main4chield>h3,div{
    text-align: center;
}

#main5{
    text-align: center;
}
#main6{
    display: flex;
    justify-content: space-evenly;

}
#main6>.main6chaild{
    width: 30%;
    
    height: auto;
    margin-top: 30px;

    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
#main6>.main6chaild>img{
    width: 100%;
}
#main7{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
#main7>div{
    width: 30%;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}
#main7>div>img{
    width: 100%;
}

#main9{
    display: flex;
    justify-content: space-evenly;

}
#main9>.main9chaild{
    width: 30%;
    
    height: auto;
    margin-top: 30px;

    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
#main9>.main9chaild>img{
    width: 100%;
}
#main10{
    width: 100%;
    margin-top: 50px;
}
.anc{
    margin-left: 20px;
}