ul.pagination {
    margin-top: 20px;
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #ff0000;
    border-color: #ff0000;
}
.page-link {
    color: #170e2a;
}