#categoryBox{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap : 1em;
    flex-wrap: wrap;
}
.product{
    padding: 10px;
    border-radius: 2px;
    width: 300px;
    height: 500px;
    text-align: center;
}
.imgBox {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
.img{
    width: 300px;
    height: 300px;
}