:root {
    --bs-dark-rgb: 52, 58, 64;
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: unset;
    border-top: 1px solid rgba(0, 0, 0, .125);
    color: #007bff;
}

.list-group-item:first-child {
    border-top: unset;
}

.list-group-flush > .list-group-item {
    border-width: 1px;
}

.list-group-item.cta {
    color: white !important;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

.alert-a {
    text-decoration: unset;
}
strong,b {
    margin: 0px 3px;
}
.page_item a{
    text-align: center;
}