h2 {
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: xx-large;
  text-align: center;
  padding: .25rem 0;
  color: rgb(67,98,34);
}

@media (min-width: 576px) {
  p {
    text-align: justify;
  }
}

html, body {
  background: #fffbf6;
}

main p {
  font-size: 20px;
  line-height: 2;
}

.navbar-nav {
  font-size: x-large;
}

#slogan {
  font-size: xx-large;
}

#main {
  color: var(--bs-gray-700);
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.07em;
}

#copyright {
  text-align: center;
  font-weight: 600;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  font-weight: 500;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  font-weight: 500;
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-success);
  font-weight: 500;
  text-decoration: underline;
}

