.banner {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.266);
  background-blend-mode: overlay;
}
.banner h1 {
  color: white !important;
  text-shadow: 0 8px 24px black, 0 8px 24px black;
  font-size: 4em !important;
}/*# sourceMappingURL=page.css.map */