/* delete margin from side of content */
.wy-nav-content {
    max-width: none !important;
}

.custom-title {
    font-weight: bold;
    color: #283618;
    text-align: left;
}

.custom-body {
    text-align: left;
    margin-left: max(45px, 15%);
}

/* Hide the dark/light mode toggle button */
.theme-switch-button,
button.theme-switch-button,
.bd-header .theme-switch-button {
    display: none !important;
}