.item-pagination {
text-align: center; /* Centers the pagination container */
width: 100%; /* Ensures it takes full width for centering */
margin-top: 20px; /* Adjust spacing as needed */
}
.item-pagination-link {
display: inline-block; /* Allows links to sit side-by-side and be centered */
margin: 0 10px; /* Adds space between "Older Post" and "Newer Post" */
}