.mainMenu{margin-top:50px;}
/*pagenation*/
@media screen and (max-width:736px){.pagenation{flex-wrap:wrap;justify-content:space-around;}p[class^="firstPage"],p[class^="lastPage"]{width:10%;}p[class^="prevPage"],p[class^="nextPage"]{width:38%;}.pageNum{width:100%;order:0;}}
@media screen and (min-width:737px){.pagenation{flex-wrap:nowrap;justify-content:center;}p[class^="firstPage"],p[class^="lastPage"]{width:3%;}p[class^="prevPage"],p[class^="nextPage"]{width:15%;}p[class^="firstPage"]{margin-right:1em;}p[class^="lastPage"]{margin-left:1em;}.pageNum{width:5%;order:3;}}
.pagenation{font-size:14px;width:100%;max-width:800px;margin:25px auto 50px;display:flex;align-items:center;}
p[class^="firstPage"],p[class^="lastPage"],p[class^="prevPage"],p[class^="nextPage"],.pageNum{text-align:center;line-height:2em;height:2em;}
p[class$="Page"]>a{display:block;color:var(--maintext);}
p[class^="firstPage"]{order:1;}
p[class^="prevPage"]{order:2;}
p[class^="nextPage"]{order:4;}
p[class^="lastPage"]{order:5;}