.products-main {
    width: 99%;
    margin: auto auto 1vh;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    padding: 1%;
    background-color: whitesmoke;
    align-items: center;
    justify-content: center;
}
.product{
    min-width: 10em;
    height: 14em;
    width: 15%;
    background-color: rgb(33,37,41);
}