

.store {
    background-color: black;
    padding: 20px;  
}

.store h2 {
    padding: 20px 0px 30px 0px;
    color: white;
    text-align: center;
}

.store .product {
    padding-bottom: 30px;
}

.title {
    color: white;
    text-align: center;
    padding-bottom: 20px;
}