.store_items a {
    width:300px;
    height: 400px;
    margin-right: 20px; 
    margin-bottom: 20px;
    border:1px solid #999;
    float:left;
    /* background-color: #eee; */
    text-align: center;
    text-decoration: none;
} 
.store_item_top{
    width:100%;
    height:275px;
    background: linear-gradient(to bottom right, #2EE6D7, #528DF9);
}
.gradient_cyan{
    background: #2EE6D7;
    background: -webkit-linear-gradient(top left, #2EE6D7, #528DF9);
    background: -moz-linear-gradient(top left, #2EE6D7, #528DF9);
    background: linear-gradient(to bottom right, #2EE6D7, #528DF9);
}
.gradient_green{
    background: #D8F01D;
    background: -webkit-linear-gradient(top left, #D8F01D, #228C76);
    background: -moz-linear-gradient(top left, #D8F01D, #228C76);
    background: linear-gradient(to bottom right, #D8F01D, #228C76);
}
.gradient_purple{
    background: #A039A2;
    background: -webkit-linear-gradient(top left, #A039A2, #483AA1);
    background: -moz-linear-gradient(top left, #A039A2, #483AA1);
    background: linear-gradient(to bottom right, #A039A2, #483AA1);
}
.gradient_orange{
    background: #DC351B;
    background: -webkit-linear-gradient(top left, #DC351B, #F3F8C2);
    background: -moz-linear-gradient(top left, #DC351B, #F3F8C2);
    background: linear-gradient(to bottom right, #DC351B, #F3F8C2);
}
.gradient_blue{
    background: #3C6C8D;
    background: -webkit-linear-gradient(top left, #3C6C8D, #97CFE8);
    background: -moz-linear-gradient(top left, #3C6C8D, #97CFE8);
    background: linear-gradient(to bottom right, #3C6C8D, #97CFE8);
}
.gradient_revo{
    background: #0787C8;
    background: -webkit-linear-gradient(top left, #0787C8, #A80278);
    background: -moz-linear-gradient(top left, #0787C8, #A80278);
    background: linear-gradient(to bottom right, #0787C8, #A80278);
}

.gradient_lavender{
    background: #6260DB;
    background: -webkit-linear-gradient(bottom right, #6260DB, #ECDEDB);
    background: -moz-linear-gradient(bottom right, #6260DB, #ECDEDB);
    background: linear-gradient(to top left, #6260DB, #ECDEDB);
}

.gradient_lightblue{
    background: #CCFCFF;
    background: -webkit-linear-gradient(top left, #CCFCFF, #73ADDA);
    background: -moz-linear-gradient(top left, #CCFCFF, #73ADDA);
    background: linear-gradient(to bottom right, #CCFCFF, #73ADDA);
}

.store_item_bottom{
    width:100%;
    font-size:1.3em;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    padding:15px;
    padding-top:24px;
    text-decoration: none;
}


.store_item_bottom h1{
    font-size: 2.1rem;
}


.circular-image-crop {
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.circular-image-crop > img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

html, body, #app, .py-4{
height:100%;
}
