

        .navbar {
            background-color: #326e49;
            padding: 10px;
        }
        .navbar a, .navbar-toggler span {
            color: white;
            text-decoration: none;
        }
        .navbar-toggler {
            border: none;
            background: none;
        }
        .dropdown-menu {
            background-color: black;
        }
        .dropdown-menu a {
            color: white;
        }
        .dropdown-menu a:hover {
            background-color: lightgreen;
        }