.pagination {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    max-width: 480px;
    margin: auto;
}

.pagination a {
    text-decoration: none !important;
}

.pagination .page-numbers:not(.prev):not(.next) {
    color: #ccc;
}

.pagination .page-numbers.current {
    color: #fff !important;
    font-weight: bold;
    background-color: var(--main_color);
    padding: 0.5rem;
}
