.hero-banner {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
  top: -16px;
}

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.hero-banner-title {
  font-family: "Dank Mono", monospace;
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.8);
}
