title-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
title-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
title-card content {
  display: block;
  z-index: 2;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
title-card content h1 {
  width: 100%;
  color: white;
  text-align: center;
  padding: 5px;
}
title-card content h2 {
  width: 100%;
  color: white;
  text-align: center;
  padding: 5px;
}
title-card fader {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}/*# sourceMappingURL=title_card.css.map */