*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-bg {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./src/img/hero_bg.webp);
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat;
  min-height: 18.75em;
}

.navbar .nav-link:hover {
  color: #d63384 !important;
  transition: color 0.3s ease;
}
