*{
    background-color: #f3f3f3;
}

#products{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 50%;
    margin: auto;
    text-align: center;
}

h2{
    text-align: center;
}


.box-products{
    margin: 10px;
}

.box-products > h4 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
    padding-top: 5px;
    margin-bottom: 0;
}

.box-products > img {
    width: 100%;
    height: 60%;
    /* padding: 10px; */
}

.subhead{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.price{
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 900;
    text-decoration: underline;
}