.images-container{
    display:flex ;
    flex-wrap: wrap;
    gap: 20px;

}

.image-item{
    display: flex;
    flex-direction: column;
    width: 200px;
    align-items: center;
    text-align: center;
}
.image-item img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
body{
    background-image: url(image/5.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}
/* start product*/
main{
    display: flex;
    flex-wrap: wrap;
}
.product{
    margin: 10px;
    margin-top: 50px;
    padding: 20px;
    border: 1px solid rgb(211, 154, 154) ;
    box-shadow: 0 5px 10px rgb(17, 16, 16);
}
/* end product*/
.we1{
    border: 1px ;
    background-image: url(image/6.jpg);
    text-align: center;
    padding: 10px;
    font-family:  "Scheherazade New", serif;
    font-style: normal;
}
.we2{
    border: 1px;
    background-image: url(image/4.jpg);
    text-align: center;
    padding: 10px;
    
}
.images-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.image-item{
    display: flex;
    flex-direction: column;
    width: 200px;
    align-items: center;
    text-align: center;
}
.image-item img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
/* product start*/
main{
    display: flex;
    flex-wrap: wrap;
}
.products{
    margin: 10px;
    margin-top: 50px;
    padding: 20px;
}
/* product end*/
.we3{
    background-image: url(image/4.jpg);
    border: 1px;
    padding: 10px;
    text-align: center;
}
.name{
    background-image: url(image/6.jpg);
 
    text-align: center;
    
    padding: 20px;
}