@font-face {
  font-family: Nikkei Maru;
  src: url('../fonts/PPNikkeiMaru-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nikkei Line;
  src: url('../fonts/PPNikkeiLine-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fragment;
  src: url('../fonts/PPFragment-GlareRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #ff040e;
}

.temp-landing {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  display: flex;
}

.title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20%;
  display: flex;
}

.heading {
  color: #f5e6d4;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Nikkei Line, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 80%;
  display: flex;
}

.paragraph {
  color: #1a1d19;
  text-align: center;
  letter-spacing: .3px;
  width: 360px;
  margin: 0 auto;
  font-family: Nikkei Maru, Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.image {
  vertical-align: baseline;
  width: 13vw;
  max-width: none;
  margin: auto auto -14vw;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.code-embed {
  z-index: -1;
  color: #f5e6d4;
  font-family: Nikkei Line, Arial, sans-serif;
  font-size: 10vw;
  line-height: 80%;
  position: static;
  inset: 37% 0% auto;
}

.mid-section {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.image-2 {
  margin-bottom: 41px;
}

.buttons {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.button {
  color: #1a1d19;
  letter-spacing: .5px;
  background-color: #f5e6d4;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 11px 20px 12px;
  font-family: Nikkei Maru, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #e7d6ca;
}

.button-2 {
  color: #f5e6d4;
  letter-spacing: .5px;
  background-color: #1a1d19;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 11px 20px 12px;
  font-family: Nikkei Maru, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-2:hover {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 18px;
  }

  .button, .button-2 {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    width: 270px;
    font-size: 16px;
  }

  .button {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 479px) {
  .temp-landing {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .paragraph {
    width: 260px;
    font-size: 16px;
  }

  .image {
    width: 30%;
    top: 36%;
  }

  .code-embed {
    font-size: 15vw;
  }
}


@font-face {
  font-family: 'Nikkei Maru';
  src: url('../fonts/PPNikkeiMaru-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nikkei Line';
  src: url('../fonts/PPNikkeiLine-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fragment';
  src: url('../fonts/PPFragment-GlareRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}