.body {
  background-color: #000;
  animation: ScreenEffect 0.01s ease infinite, SimpleGlitch 0.1s infinite;
  overflow: hidden;   /* To prevent the pseudo-elements from causing scroll */
}

@keyframes SimpleGlitch {
    0%, 90%, 100% {
        transform: translate(0);
        filter: hue-rotate(0deg);
    }
    92% {
        transform: translate(-10px, 0);
        filter: hue-rotate(90deg);
    }
    94% {
        transform: translate(5px, 0);
        filter: hue-rotate(-90deg);
    }
    96% {
        transform: translate(-20px, 0);
        filter: hue-rotate(90deg);
    }
    98% {
        transform: translate(5px, 0);
        filter: hue-rotate(-90deg);
    }
}
.section_character {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); /* Modified bezier curve and duration */
}

.image {
  width: 300px;
}

.main_character {
    width: 350px;
}

.section_grass {
  width: 200vw;
  height: 398px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grass {
  z-index: 2;
  width: 200vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.block_grass {
  width: 100vw;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/grass_dark.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
}

.tree {
  z-index: 3;
  width: 300vw;
  height: 100vh;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trunk_img {
  height: 100%;
}

.trunk {
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_sign {
  z-index: 2;
  width: 300vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 4%;
  left: 0%;
  right: 0%;
}

.sign_img {
  width: 220px;
}

.block_sign {
  width: 100vw;
  justify-content: center;
  display: flex;
}

.div-block-8 {
  z-index: -2;
  mix-blend-mode: screen;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 200px;
  height: 200px;
}

.header {
  z-index: 20;
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.run {
  width: 200px;
  height: 40px;
  color: #ff2a2a;
  background-color: #000;
  border: 2px solid #e62121;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: Storm Gust, sans-serif;
  font-size: 18px;
  display: flex;
}

.run:hover {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/run_bw.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border-color: #fff;
}

.section_stars {
  z-index: -4;
  height: 200px;
  opacity: 1;
  background-image: url('../images/sky.png');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-6 {
  width: auto;
}

.trees {
  z-index: 15;
  width: 100vw;
  height: 200px;
  opacity: 1;
  background-image: url('../images/trees_shadow.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: cover;
  align-items: flex-end;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_trees {
  z-index: -3;
  width: 200vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.twitter {
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #ff3030;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
}

.twitter:hover {
  border-color: #fff;
}

.div-block-12 {
  padding-right: 0;
  display: flex;
}

.tg {
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url('../images/tg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #ff3030;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: flex;
}

.tg:hover {
  border-color: #fff;
}

.grass_mobile {
  z-index: 2;
  width: 200vw;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_sign_mobile {
  z-index: 2;
  width: 300vw;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tree_mobile {
  z-index: 3;
  width: 300vw;
  height: 100vh;
  justify-content: space-between;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.justrun {
  z-index: 150;
  background-color: #0b0b0b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1920px) {
  .main_character {
    width: 450px;
  }

  .run {
    width: 300px;
    height: 60px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    border-width: 3px;
    font-size: 25px;
    line-height: 25px;
  }

  .run:hover {
    color: rgba(0, 0, 0, 0);
    background-image: url('../images/run_bw.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 90%;
  }

  .section_stars {
    background-position: 50% 100%;
    margin-top: -13px;
  }

  .trees {
    background-position: 50% 100%;
  }

  .justrun {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  .section_character, .grass, .tree, .trunk {
    display: flex;
  }

  .section_sign {
    width: 300vw;
    display: flex;
  }

  .header, .section_stars {
    display: flex;
  }

  .grass_mobile {
    display: none;
  }

  .section_sign_mobile {
    width: 300vw;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tree {
    display: flex;
  }

  .grass_mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .grass, .tree, .section_sign {
    display: none;
  }

  .header {
    align-items: center;
  }

  .grass_mobile, .section_sign_mobile, .tree_mobile {
    display: flex;
  }
}


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