nav{
    /* margin: 2rem 0; */
}

.pagination .page-link {
    border: 0.063rem solid var(--primary-color) !important;
    height: 30px !important;
    width: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:1rem;
    border-radius: 50%;
    box-shadow: none;
    color: var(--primary-color);
}

.pagination .page-link span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item{
    padding: 0 0.3rem;
}

.arrow{
    width: 2rem;
    height: 2rem;
    border-radius: 50% !important;
    color: white !important;
    background-color: var(--primary-color);
}

.arrow:hover, .arrow:active, .arrow:focus{
    color: white !important;
    background-color: var(--primary-color);
}

.page-link:focus{
    background-color: var(--secondary-color) !important;
    color: white !important;
    border: none !important;
}
