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

:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #f0b90b;
  background-image: linear-gradient(#f0b90bd9, #f0b90bd9), url('../images/pawss.png');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b28906;
  text-shadow: 4px 4px #b28906;
  font-family: ZCOOL QingKe HuangYou, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
  position: absolute;
  inset: auto -19% 0% auto;
}

.text-block.english {
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  font-family: Titan One, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  inset: 0% auto auto -36%;
}

.text-block.english.hat {
  margin-bottom: 20px;
  position: static;
}

.div-block {
  position: relative;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.button {
  background-color: #f0b90b;
  border: 4px solid #b28906;
  border-radius: 20px;
  padding: 15px 25px;
  font-family: Titan One, sans-serif;
  font-size: 40px;
  line-height: 40px;
  transition: all .325s cubic-bezier(.68, -.55, .265, 1.55);
  box-shadow: 0 10px #b28906;
}

.button:hover {
  transform: translate(0, 10px);
  box-shadow: 0 0 #aa4155;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b28906;
  text-shadow: 4px 4px #b28906;
  margin-bottom: 20px;
  font-family: Titan One, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 85px;
  position: static;
}

.div-block-3 {
  background-color: #fff;
  border: 5px solid #b28906;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  padding: 20px;
  display: flex;
  box-shadow: 0 10px #b28906;
}

.image-2 {
  border: 5px solid #b28906;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-block-2 {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b28906;
  text-shadow: 4px 4px #b28906;
  font-family: Titan One, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.columns {
  display: flex;
}

.columns.imag {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-3 {
  color: #b28906;
  text-align: center;
  -webkit-text-stroke-color: #b28906;
  margin-top: 20px;
  font-family: Schoolbell, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.link {
  color: #f60032;
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
}

.image-3 {
  border: 5px solid #aa4155;
  border-radius: 20px;
  width: 25vw;
  box-shadow: 0 10px #aa4155;
}

.image-3._1 {
  border-color: #b28906;
  transform: rotate(-7deg);
  box-shadow: 0 10px #b28906;
}

.image-3._2 {
  border-color: #b28906;
  transform: rotate(4deg);
  box-shadow: 0 10px #b28906;
}

.image-3._3 {
  border-color: #b28906;
  transform: rotate(-7deg);
  box-shadow: 0 10px #b28906;
}

.image-3._4 {
  border-color: #b28906;
  transform: rotate(7deg);
  box-shadow: 0 10px #b28906;
}

.image-3._5 {
  border-color: #b28906;
  transform: rotate(-9deg);
  box-shadow: 0 10px #b28906;
}

.image-3._6 {
  border-color: #b28906;
  transform: rotate(7deg);
  box-shadow: 0 10px #b28906;
}

.image-3._7 {
  border-color: #b28906;
  transform: rotate(-9deg);
  box-shadow: 0 10px #b28906;
}

.image-3._8 {
  border-color: #b28906;
  transform: rotate(9deg);
  box-shadow: 0 10px #b28906;
}

.image-3._9 {
  border-color: #b28906;
  transform: rotate(-9deg);
  box-shadow: 0 10px #b28906;
}

.image-3._10 {
  border-color: #b28906;
  transform: rotate(7deg);
  box-shadow: 0 10px #b28906;
}

.image-3._11 {
  border-color: #b28906;
  transform: rotate(-9deg);
  box-shadow: 0 10px #b28906;
}

.image-3._12 {
  border-color: #b28906;
  transform: rotate(7deg);
  box-shadow: 0 10px #b28906;
}

.link-2 {
  color: #f60032;
  -webkit-text-stroke-width: 1px;
  text-decoration: none;
}

.preloader {
  z-index: 5;
  background-color: #f0b90b;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 64vw;
}

.body-2 {
  background-color: #ffc9d1;
  background-image: linear-gradient(#ffc9d1d6, #ffc9d1d6), url('../images/output-onlinepngtools.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 250px;
}

.code-embed {
  margin-bottom: 0;
}

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

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

  .text-block {
    font-size: 50px;
    line-height: 50px;
    bottom: -17%;
    right: 7%;
  }

  .text-block.english {
    -webkit-text-stroke-width: 1px;
    font-size: 25px;
    line-height: 25px;
    top: -8%;
    left: 3%;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .heading {
    -webkit-text-stroke-width: 1px;
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-3 {
    width: 90vw;
  }

  .text-block-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .columns.imag {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-3._1, .image-3._2, .image-3._3, .image-3._4, .image-3._5, .image-3._6, .image-3._7, .image-3._8, .image-3._9, .image-3._10, .image-3._11, .image-3._12 {
    width: 90vw;
  }
}


@font-face {
  font-family: 'Almost Japanese Comic';
  src: url('../fonts/Almost-Japanese-Comic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}