/* Стили для нижнего колонтитула (footer) */
body > footer {
    background: rgb(10, 95, 109) !important;
}

/* Убирает нижний отступ у элементов с классом no-margin-bottom */
.no-margin-bottom {
    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Устанавливает отступы для элементов с классом footer-offset */
.footer-offset {
    margin-top: revert;
}

/* Стили для навигационных ссылок */
.nav-link.px-2.text-body-secondary {
    color: white !important;
}

/* Стили для навигационных ссылок при наведении и фокусе */
.nav-link.px-2.text-body-secondary:hover,
.nav-link.px-2.text-body-secondary:focus{
    color: rgb(252, 149, 129) !important;
}

/* Класс для установки белого цвета текста */
.text-white-custom {
    color: white !important;
}

