@font-face {
  font-family: Bankgothic Md Bt;
  src: url('../fonts/BankGothic-Md-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: William Narasi;
  src: url('../fonts/William-Narasi.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #343434;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.body {
  color: #000;
}

.page-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text {
  text-align: center;
  text-transform: uppercase;
  font-family: Bankgothic Md Bt, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.signature {
  color: #ae8875;
  font-family: William Narasi, Arial, sans-serif;
  font-size: 30px;
  line-height: 130%;
}

.divider {
  background-image: linear-gradient(90deg, #000, #ae8875 50%, #000);
  min-width: 50%;
  height: 3px;
  min-height: 3px;
  max-height: 3px;
}

.information-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.social-media-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 24px 24px 24px 24px;
  justify-items: center;
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: auto 0% 80px;
}

.social-link-block {
  color: #343434;
  transition: all .2s;
}

.social-link-block:hover {
  color: #ae8875;
}

.social-media-icons {
  opacity: .2;
  transition: filter .2s;
}

.social-media-icons:hover {
  filter: brightness(150%);
}

.code-embed {
  width: 24px;
  height: 24px;
}

.social-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 80px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

  .signature {
    font-size: 25px;
  }

  .divider {
    min-width: 60%;
  }

  .information-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-media-links {
    grid-row-gap: 10px;
    justify-items: center;
  }
}


@font-face {
  font-family: 'Bankgothic Md Bt';
  src: url('../fonts/BankGothic-Md-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'William Narasi';
  src: url('../fonts/William-Narasi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}