body .container-fluid, body .container, div:not(.main-menu) { 
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.carousel-indicators {
    bottom: 10px;
}

@media screen and (max-width: 767px) {
    .main-menu {
        height: fit-content;
    }
}