@font-face {
  font-family: "Brother 1816 Printed";
  src: url('../fonts/brother-1816-printed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #363533;
  --text: #dcd4c5;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Desert.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--bg);
}

.text-block {
  color: var(--text);
  text-transform: uppercase;
  font-family: "Brother 1816 Printed", Georgia, sans-serif;
  font-size: 60px;
  line-height: .9em;
}

.text-block._1 {
  line-height: 1em;
}

.text-block._2 {
  padding-left: 40px;
  line-height: 1em;
}

.text-block._3 {
  padding-left: 80px;
}

.div-block-3 {
  width: 80%;
  margin-top: 15px;
  padding-left: 43px;
}

.paragraph-2 {
  color: var(--text);
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-4 {
  z-index: 2;
}

.div-block-5 {
  border: 2px solid var(--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.code-embed {
  width: 20px;
  color: var(--text);
  border-radius: 100%;
  display: flex;
}

.link {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

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

  .text-block._2 {
    font-size: 3em;
  }

  .text-block._3 {
    font-size: 4.5em;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .text-block._1 {
    text-align: center;
    font-size: 2.8em;
  }

  .text-block._2 {
    padding-left: 0;
    font-size: 2.8em;
  }

  .text-block._3 {
    text-align: center;
    padding-left: 0;
  }

  .div-block-3 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    min-height: 99.99vh;
  }

  .text-block._1 {
    text-align: left;
    font-size: 2.8em;
    line-height: .9em;
  }

  .text-block._2 {
    text-align: left;
    padding-left: 0;
    font-size: 2.8em;
    line-height: .9em;
  }

  .text-block._3 {
    text-align: center;
    padding-left: 0;
    font-size: 2.5em;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;
  }

  .div-block-6 {
    display: none;
  }
}


@font-face {
  font-family: 'Brother 1816 Printed';
  src: url('../fonts/brother-1816-printed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}