html {
  scroll-behavior: smooth;
}

#hero {
  background-size: cover;
  background-position: center;
}

.nav-link {
  color: white !important;
}

.nav-link:focus,
.nav-link:active {
  color: white !important;
  text-decoration: none;
}

.nav-link:visited {
  color: white !important;
}