Use Flexbox for pagination module at the bottom of search page results on the `<nav>` element something like this: ``` .nypl-results-pagination { display: flex; align-items: center; justify-content: center; } ``` gets us something like this:    
Use Flexbox for pagination module at the bottom of search page results
on the
<nav>element something like this:gets us something like this: