body {

    font-family: "Salsa", cursive;
    font-size: 18px;
}

.wrap {

    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(./img/bg.jpg);
    background-size: cover;
    background-position: center;
    overflow-y: auto;

}

.title {

    padding: 40px 0;
    text-align: center;
}

.title h2 {
    background-color: rgba(0, 0, 0, .2);
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    display: inline-block;
    border-radius: 15px;
}

.product .product-image {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.product .product-body {
    font-family: "Bebas Neue", sans-serif;
    padding: 5px 0;
}

.product .product-price {
    font-size: 1.5rem;

}

.product .product-name {
    font-size: 1.3rem;

}


.product {

    text-align: center;
    background-color: blanchedalmond;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px -2px black;
}