.hero {
  background-color: black;
}

nav .navbar-nav li a {
  color: white !important;
  font-size: larger;
}

.active {
  font-weight: 700;
}

footer {
  background-color: black;
  color: white;
  min-height: 200px;
  padding: 25px 20px;
}

footer a {
  text-decoration: none;
  color: white;

}

footer a:hover {
  color: white;

}

.privacy {
  margin-top: 25px;
}

h1, h2, h3, h4 {
  font-family: 'Fredericka the Great', cursive;
  margin: 10px 0px;
}

h1 {
  text-align: center;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 30px;
  margin-top: 30px;
}

li {
  margin-bottom: 10px;
}

button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background:#88B235;
  border:none;
  font-weight:800;
  padding:20px 20px;
  color:#ffffff;
}
button:hover {
  background:#000000;
}
button a {
  text-decoration: none;
  color:#ffffff;
}
button a:hover {
  color:#ffffff;
}
.herb-list {
  list-style: none;
}
a {
  text-decoration: none;
}

.dropdown-menu[data-bs-popper] {
    left:auto;

}
