.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    margin: 0;
}

.page-item {
    margin: 0 3px;
}

.page-link {
    color: #0d6efd;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    transition: 0.2s;
}

.page-link:hover {
    background-color: #0d6efd;
    color: white;
}

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}
