/* Center the page content */
.site-grid {
    max-width: 1000px; /* Adjust width as needed */
    margin: 0 auto;
    float: none;
}