.prevnext {
    display: flex;
    align-items: center;
    gap: 1em;
    * {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: 400;
        font-size: 1em;
    }
}
.prevnext li:not(:first-child) {display: none;}
