<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pagination .flexpagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
#pagination .item-pages {
    width: 35px;
    height: 35px;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #333333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
#pagination .num-pages {
    display: flex;
    justify-content: center;
}
#pagination .item-pages:last-child {
    margin-right: 0;
}
#pagination .item-pages.active {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
}
#pagination .item-pages:hover {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    box-shadow: 5px 5px 10px 0px rgba(128,134,138,0.75);
    color: #333333;
    text-decoration: none;
}

</pre></body></html>