/* Product Listings box stylings */
#product_listings {
    padding: 5px;
    margin-left: 215px;
    margin-top: 10px;
    background-color: rgb(138, 59, 138);
}
#product_listings h1 {
    color: white;
    margin-left: 20px;
    font-family: 'Amatic SC', cursive;
    font-size: 70px;
    overflow: hidden;
}
.item_listing {
    background: rgb(30, 30, 30);
    padding: 2px;
    height: 250px;
    margin-bottom: 15px;
    overflow: hidden;
}
.item_listing img {
    float: left;
    margin: 10px;
    overflow: hidden;
}
.item_listing h2 {
    color: white;
    margin-top: 20px;
    overflow: hidden;
}
.item_listing p {
    color: white;
    overflow: hidden;
}
.item_listing h3 {
    color: white;
    overflow: hidden;
}