/* Override the maximum width for the main content container */
.wy-nav-content {
    width: 100% !important; /* Forces screen width */
    max-width: 1200px !important; /* Set a maximum width for readability */
}

/* Optional: Adjust the content area specifically if needed */
/* .md-content {
    max-width: 100% !important;
} */
