body {
    color: #72737A;
}
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: #e35205 !important;
}

.navbar.navbar-bg-orange {
    background: #e35205;
}

.btn-orange {
    background-color: #e35205;
    border-color: #e35205;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #323232;
}

.bg-gray {
    background-color: #f6f7f9 !important;
}

.alert ul {
    list-style: none;
}