/* Increase the maximum width of the main content area */
.wy-nav-content {
    max-width: 1000px; /* Change this to your desired pixel value (e.g., 1200px, 1400px, etc.) */
}

/* Optional: Adjust padding between the left navigation and content on wider screens */
.wy-nav-content-wrap {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

/* Optional: Adjust the main content area alignment (e.g., remove default centering if needed) */
.wy-nav-content {
    margin: 0 auto;
}
