.section_hero {
  background-color: #b8ff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #ec5454;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 600px;
  height: 300px;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
  width: 200px;
  height: 200px;
}

.hero_sphere {
  opacity: .52;
  mix-blend-mode: overlay;
  height: 50%;
  position: absolute;
  inset: auto auto 0%;
}

.hero_chara {
  z-index: 10;
  width: auto;
  height: 100%;
  position: relative;
  inset: auto;
}

.hero_floor {
  background-color: #8b80ff;
  flex-flow: column;
  height: 35vh;
  display: flex;
  position: relative;
}

.hero_floor_top {
  opacity: .75;
  mix-blend-mode: overlay;
  background-color: #000;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 100%;
  height: 15%;
}

.floor_line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.floor_line._2 {
  height: 3px;
}

.logo {
  height: 25%;
  position: absolute;
  inset: 5% auto auto;
}

.floor_end_middle {
  opacity: .21;
  mix-blend-mode: multiply;
  background-color: #000;
  width: 100%;
  height: 50px;
  position: static;
  inset: auto 0% 0%;
}

.floor_end {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section_about {
  background-color: #151515;
  background-image: url('../images/stars.gif');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 75px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.h1 {
  color: #b8ff80;
  text-align: center;
  font-family: Yes Free, sans-serif;
  font-size: 90px;
  line-height: 80px;
  position: relative;
}

.chara_about {
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.about_wave {
  background-image: url('../images/waves.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 150vw;
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
  transform: skew(0deg, 4deg);
}

.block_para {
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-top: 35px;
  display: flex;
}

.para {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Yes Free, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.banner_about {
  z-index: 3;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: absolute;
  inset: auto 0% -5%;
  transform: skew(0deg, 4deg);
}

.section_meme {
  background-color: #b8ff80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 130px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.banner_in {
  mix-blend-mode: overlay;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.h2 {
  color: #fff;
  font-family: Yes Free, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.banner_center {
  background-color: #b8ff80;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.h3 {
  color: #000;
  text-align: center;
  font-family: Yes Free, sans-serif;
  font-size: 130px;
  line-height: 130px;
  position: relative;
}

.block_random {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.random_pic {
  background-color: #cbcbcb;
  border: 4px solid #000;
  width: 400px;
  height: 400px;
  position: relative;
}

.random_buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.random {
  color: #000;
  background-color: #e1e1e1;
  border: 3px solid #000;
  border-bottom-width: 8px;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 50px;
  font-family: Yes Free, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
}

.random:hover {
  border-top-width: 8px;
  border-bottom-width: 3px;
}

.para2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Yes Free, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.footer {
  flex-flow: column;
  width: 100%;
  height: 125px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_line {
  background-color: #000;
  width: 100%;
  height: 4px;
}

.footer_block {
  mix-blend-mode: overlay;
  background-color: #000;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.h4 {
  color: #fff;
  font-family: Yes Free, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.randomizer_top {
  width: 100%;
  height: 100%;
}

.ca {
  color: #000;
  background-color: #e1e1e1;
  border: 3px solid #000;
  border-bottom-width: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 15px;
  font-family: Yes Free, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca:hover {
  border-top-width: 8px;
  border-bottom-width: 3px;
}

.tg {
  color: #000;
  background-color: #e1e1e1;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 3px solid #000;
  border-bottom-width: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  font-family: Yes Free, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.tg:hover {
  border-top-width: 8px;
  border-bottom-width: 3px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  margin: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.x {
  color: #000;
  background-color: #e1e1e1;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 3px solid #000;
  border-bottom-width: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  font-family: Yes Free, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.x:hover {
  border-top-width: 8px;
  border-bottom-width: 3px;
}

.button_buy {
  color: #000;
  background-color: #e1e1e1;
  border: 3px solid #000;
  border-bottom-width: 8px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin: 15px;
  font-family: Yes Free, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button_buy:hover {
  border-top-width: 8px;
  border-bottom-width: 3px;
}

.chara {
  height: 95%;
  position: absolute;
  bottom: -20%;
}

.face1 {
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  height: 550px;
  margin-top: -11px;
  margin-right: 50px;
  position: relative;
}

.face2 {
  position: absolute;
  inset: 0%;
}

.save {
  color: #000;
  background-color: #e1e1e1;
  border: 3px solid #000;
  border-bottom-width: 8px;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 50px;
  font-family: Yes Free, sans-serif;
  font-size: 23px;
  line-height: 23px;
  display: flex;
}

.save:hover {
  border-top-width: 8px;
  border-bottom-width: 3px;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 90%;
    height: auto;
    top: 14%;
  }

  .h1 {
    font-size: 80px;
  }

  .chara {
    height: 87%;
  }
}

@media screen and (max-width: 767px) {
  .block_para {
    width: 90%;
  }

  .para {
    font-size: 25px;
  }

  .h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .h3 {
    font-size: 80px;
    line-height: 80px;
  }

  .ca, .button_buy {
    z-index: 20;
    width: 150px;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-5 {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .para {
    font-size: 20px;
    line-height: 30px;
  }

  .h2 {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
  }

  .h3 {
    font-size: 60px;
    line-height: 60px;
  }

  .random_pic {
    width: 300px;
    height: 300px;
  }

  .ca {
    margin-right: 5px;
  }

  .button_buy {
    margin-left: 5px;
  }

  .div-block-5 {
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Yes Free';
  src: url('../fonts/Yes-Free.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maladroit';
  src: url('../fonts/maladroit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}