/* メインコンテンツの横幅を広げる */
.wy-nav-content {
    max-width: 900px; /* 必要に応じて数値を変更 */
    margin: 0 auto;   /* 中央揃えを維持 */
}