@font-face {
  font-family: Lobster;
  src: url('../fonts/Lobster-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BlackOpsOne;
  src: url('../fonts/BlackOpsOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  z-index: 2;
  color: #fff;
  text-align: center;
  mix-blend-mode: exclusion;
  margin-bottom: 3%;
  font-family: BlackOpsOne, Arial, sans-serif;
  font-size: 6em;
  line-height: 1;
  position: relative;
}

.div-block {
  z-index: 1;
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.paragraph {
  z-index: 2;
  filter: drop-shadow(3px 2px 11px #000000cf);
  color: #ff0e0e;
  text-align: center;
  letter-spacing: 8px;
  mix-blend-mode: normal;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.paragraph-2 {
  z-index: 2;
  color: #c2c2c2;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 4em;
  line-height: 1;
  position: relative;
}

.link {
  z-index: 2;
  color: #fff;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  margin-top: 100%;
  font-family: BlackOpsOne, Arial, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 5em;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 3.6em;
  }

  .paragraph {
    text-align: center;
  }
}


@font-face {
  font-family: 'Lobster';
  src: url('../fonts/Lobster-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BlackOpsOne';
  src: url('../fonts/BlackOpsOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}