.block-header-wrapper {
  height: 100vh;
  background-image: url("/assets/backgrounds/header-93396007.jpeg");
  background-position: center center;
  background-size: cover;
  position: relative;
}

.block-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;

  img {
    width: 450px;
  }

  h1 {
    color: var(--color-white);
    font-size: 36px;

    a {
      text-decoration: none;

      &:hover, &:focus {
        opacity: 0.8;
      }
    }
  }
}
