body
{
    background-color: #eeeeee70;
}
.product img
{
    height: 131px;
    width: 107px;
    object-fit: cover;
}
.product h3
{
    font-size: 18px;
    margin-right: 12px;
}
.product p{
    font-size: 14px;
    margin-right: 12px;
    color: #777;
}
.product .price
{
    width: 57px;
    color: #000;
    font-weight: bold;
}

.product img {
    height: 142px;
    width: 227px;
    object-fit: cover;
}
.head h1
{
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.card product
{
    border-radius: 0 ;
}
.card
{
    border: 0;
    box-shadow: 5px 5px 5px #eeee;
}



