body,
li {
    background: #f5eddd !important;
}

.link-dark {
    text-decoration: none !important;
}

.link-dark:hover,
.link-dark:active {
    text-decoration: underline !important;
}

.search:focus {
    box-shadow: none !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.btn {
    box-shadow: none !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #f5eddd ! important;
}

.autocomplete-items {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}