.page-numbers{
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    transition: .2s ease-in-out;
}

.page-numbers.current{
    color: var(--accent) !important;
}

.page-button{
    display: flex;
    justify-content: center;
}

a.page-numbers:hover {
    color: var(--accent) !important;
}