* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination a {
    padding: 8px 16px;
    text-decoration: none;
    color: #000;
}

.active {
    background-color: #0081cb;
    color: white !important;
}

.pagination a:hover {
    background-color: #a2a2a2;
    color: white !important;
}