/* custom.css */

/* Adjust the maximum width of the main content area */
.wy-nav-content {
    max-width: 100%; /* Change this value to your desired width */
}

/* Optionally, you can adjust the sidebar width as well */
.wy-side-nav-search {
    width: 100%; /* Change this value to your desired width */
}

/* Ensure the content is centered */
.wy-nav-content-wrap {
    justify-content: center;
}
