.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #e7e7e7 !important;
}

.uk-navbar-nav>li.uk-active>a {
    color: #f9ba02;
    font-weight: 600;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #e7e7e7 !important;
    border-bottom: 5px solid #f9ba02 !important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 100px;
    font-size: 20px !important;
    font-family: inherit;
    text-decoration: none;
}

.uk-link, a {
    color: #4d4d4d !important;
    text-decoration: none;
    cursor: pointer;
}

.btn-light, .uk-button-default {
    background-color: transparent;
    color: #222328;
    border: 2px solid #838383;
    background-image: linear-gradient(90deg, #f8cd51 50%, transparent 50%);
}

.text-info {
    --bs-text-opacity: 1;
    color: rgb(16 16 16) !important;
}