.header {
  height: 115px;
}
.btn-retrieve {
  --bs-btn-bg: #691315 !important;
  --bs-btn-border-color: #691315 !important;
  
}
.btn-provide {
    --bs-btn-bg: #b62125 !important;
    --bs-btn-border-color: #b62125 !important; 
}
.navbar{
background: #d8cdb9;
}
[data-bs-theme=dark] .navbar-toggler-icon {
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.fa-globe {
  color: #4f4f4d;
}
.dropdown-toggle::after {
color: #4f4f4d;
}
.panel {
  background: #d8cdb9;
}