.text-green{
    color: #00ebc4;
}
.price{
    border: thin solid #00ebc4;
    border-radius: 8px;
    padding: 10px;
    width: auto;
}
.product-card{
    transition: transform 0.2s;
}
.product-card:hover{
    transform: scale(1.03);
    box-shadow: inset ;
}
.pills{
    background-color: white;
    border: thin solid #00ebc4;
    width: auto;
}
.pills:active{
    background-color: #00ebc4;
}