.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination button {
    margin: 5px;
    padding: 8px 12px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.pagination button.active {
    background: #000;
    color: #fff;
}