<style>
.pager-js {
text-align: center;
margin: 40px 0;
display:inline-block
text-transform: uppercase;
font-weight: 800;
font-size: 40px;
padding: 20px 50px;
background-color: white;
color: black;
border-radius: 10px;
box-shadow: 8px 9px 9px 0 rgba(0,0,0,0.2);
}
</style>