.page-item .page-link, .page-item.disabled .page-link {
    border-color: deeppink;
    color: deeppink;
}

.page-item.active .page-link {
    background-color: deeppink;
    border-color: deeppink;
    color: white;
}

.page-link:focus, .page-link:hover, .page-link:active {
    background-color: tomato;
    color: white;
}