/* Make main content area full width */
.wy-nav-content {
    max-width: 1400px !important;  /* expand this as you like */
    width: 100% !important;
}

/* Increase paragraph readability */
.wy-nav-content p {
    font-size: 1.05rem;
    line-height: 1.6;
}
