.custom-header {
      background-color: #5c2c0f;
      border-bottom: 2px solid #2a1b0e;
    }

    .navbar .nav-link {
      color: #e2c9a1;
    }

    .navbar .nav-link:hover {
      color: #ffffff;
    }

    .navbar-brand strong {
      color: #f0e6d2;
    }

    .navbar-toggler {
      border-color: #d4af37;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .dropdown-menu-dark {
      back
      ground-color: rgba(0, 0, 0, 0.8);
    } 

.dropdown-item:hover {
      backgrou
      r: rgba(1, 1, 1, 0.2);
}

    .custom-footer {
      background-color: #5c2c0f;
      border-bottom: 2px solid #2a1b0e;
      color: #e2c9a1;
    }