body {
  background: #4357eb;
}
header {
  padding: 20px 350px;
}
.header-link {
  color: #fff;
  text-align: center;
  font-family: "Ink Free";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.header-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-img {
  width: 150px;
  height: 150px;
}
.line {
  display: flex;
  justify-content: center;
}
.about {
  padding: 80px 300px;
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}
.about-desc {
  color: #fff;
  font-family: "Ink Free";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 27px;
}
.meme {
  background-image: url(../img/vector-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.img-if {
  text-align: right;
}
.img-if img {
  width: 638px;
  height: 638px;
  object-fit: cover;
}
.img-not img {
  width: 785px;
  height: 849px;
}
.meme {
  padding: 200px 200px;
  display: flex;
  align-self: flex-end;
  gap: 17px;
}
.img-main img {
  width: 602px;
  height: 546px;
}
.img-fug img {
  width: 604px;
  height: 572px;
}
.meme-left {
  margin-top: 200px;
  align-self: flex-end;
  position: relative;
}

.img-title {
  position: absolute;
  top: -520px;
  left: -135px;
}
.mobile {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
    overflow: hidden;
  }
  .hidden {
    display: none;
  }
  .header-list {
    flex-direction: column-reverse;
    list-style: none;
  }
  .mobile {
    gap: 30px;
  }
  .line {
    overflow: hidden;
  }
  .about {
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }
  .about-right img {
    width: 300px;
  }
  .about-title {
    padding: 10px;
  }
  .about-title img {
    width: 400px;
  }
  .about-desc {
    font-size: 25px;
    padding: 10px;
  }
  .meme {
    padding: 0;
    flex-direction: column-reverse;
  }
  .img-title {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .img-title img {
    width: 300px;
  }
  .meme-left {
    margin-top: 100px;
    align-self: auto;
  }
  .img-main,
  .img-fug,
  .img-if,
  .img-not {
    text-align: center;
  }
  .img-main img {
    width: 300px;
    height: 300px;
  }
  .img-fug img {
    width: 300px;
    height: 300px;
  }
  .img-if img {
    width: 300px;
    height: 300px;
  }
  .img-not img {
    width: 300px;
    height: 300px;
  }
}
