.wy-nav-content {
    min-width: 99%
}


/* Make top-level headings smaller */
h1 {
    font-size: 2rem;  /* Default is often 2.5-3rem */
    font-weight: 900;  /* or 700 */
}

/* Second-level headings */
h2 {
    font-size: 1.4rem;
    font-weight: bold;  /* or 700 */
}

/* Third-level headings */
h3 {
    font-size: 1.3rem;
}

/* Fourth-level headings */
h4 {
    font-size: 1.1rem;
}