@font-face {
  font-family: "Digital 7 Mono";
  src: url('../fonts/digital-7-mono-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

.main {
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: flex;
}

.socials-containers {
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.bo {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.body {
  font-family: "Digital 7", Impact, sans-serif;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.text-block-4 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  display: none;
}

.socials {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: brightness(200%);
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sociallink {
  filter: invert();
  width: 24px;
  transition: all .2s;
}

.sociallink:hover {
  filter: invert();
  transform: scale(1.2);
}

.link-block {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  border-bottom: 1px solid #fff;
}

.code-embed {
  font-size: 72px;
}

.bottom_text {
  text-transform: uppercase;
  width: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: all .2s;
}

.bottom_text:hover {
  border: 1px #000;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .div-block {
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-4 {
    font-size: 40px;
    line-height: 40px;
  }

  .socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .sociallink {
    width: 16px;
  }

  .bottom_text {
    color: #fff;
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Digital 7 Mono';
  src: url('../fonts/digital-7-mono-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Digital 7';
  src: url('../fonts/digital-7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}