.list-group-item {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(0, 0, 0);
}
.list-group-item.active, .list-group-item:hover, .list-group-item:focus {
    color: #593196;
}
.bigprice{
    font-size:28px; 
    font-weight: 600;
}
.bigpercent{
    font-size:28px; 
    font-weight: 400;
}
small{
    font-size:40%;
}
.boxpricebody{
    padding: 0.25rem 1.25rem;
}
.display-3 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.pagination {
    overflow-x: auto;
}