@font-face {
  font-family: "Authentic Sans Condensed 130";
  src: url('../fonts/authentic-sans-condensed-130.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Authentic Sans Condensed 90";
  src: url('../fonts/authentic-sans-condensed-90.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Authentic Sans 60";
  src: url('../fonts/authentic-sans-60.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Authentic Sans 90";
  src: url('../fonts/authentic-sans-90.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Authentic Sans Condensed 60";
  src: url('../fonts/authentic-sans-condensed-60.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-image: url('../images/pale-blue-dot.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-block {
  color: #fff;
  text-align: center;
  flex-flow: column;
  width: 50rem;
  height: 5rem;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: "Authentic Sans 90", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.heading {
  color: #fff;
  align-self: flex-start;
  font-family: "Authentic Sans 60", Arial, sans-serif;
}

@media screen and (max-width: 479px) {
  .body {
    background-size: cover;
    background-attachment: fixed;
  }

  .container {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin: 20vh 20px 40px;
  }

  .text-block-2 {
    margin-bottom: 20px;
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Authentic Sans Condensed 130';
  src: url('../fonts/authentic-sans-condensed-130.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authentic Sans Condensed 90';
  src: url('../fonts/authentic-sans-condensed-90.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authentic Sans 60';
  src: url('../fonts/authentic-sans-60.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authentic Sans 90';
  src: url('../fonts/authentic-sans-90.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Authentic Sans Condensed 60';
  src: url('../fonts/authentic-sans-condensed-60.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}