.pagination {
    display: flex;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #fff !important;
    color: #00A0DF !important;
}