.bg-dark {
    background-color: rgb(150 0 86) !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color) !important;
    background-color: rgb(150 0 86) !important;
    border-color: rgb(150 0 86) !important;
}

.page-link {
    color: rgb(150 0 86);
}

.page-link:hover {
    z-index: 2;
    color: rgb(150 0 86);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    color: rgb(150 0 86) !important;
}