.pager .pager__items{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.pager .pager__items a{
    text-decoration: none;
}

.pager .pager__items .pager__item.is-active a{
    text-decoration: none;
    color: black;
}