@font-face {
  font-family: CustomFont;
  src: url(../files/Paifon\ 1.otf);
}
*, *:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

body {
  text-align: center;
  min-height: 100vh;
  line-height: 1;
  font-family: CustomFont;
  background: linear-gradient(90deg, rgb(17, 19, 172) 0%, rgb(93, 136, 255) 35%, rgb(121, 190, 255) 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow-x: hidden;
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
}

.container {
  max-width: 750px;
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.container .orange-wrapper {
  position: relative;
}
.container .orange-wrapper .wrapper-for-img {
  position: absolute;
  right: 20px;
  top: -70px;
  cursor: pointer;
  z-index: 98;
}
.container .box1, .container .box2, .container .box3, .container .box4, .container .box5, .container .box6, .container .box7, .container .box8, .container .box9, .container .box10 {
  position: absolute;
  width: 4rem;
  height: 60px;
  border: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 30%;
  z-index: -1;
}
.container .box1 {
  top: 16%;
  left: 12%;
  animation: animate 20s linear infinite;
}
.container .box1 img {
  animation: animate 20s linear infinite;
  visibility: hidden;
}
.container .box2 {
  top: 70%;
  left: 56%;
  animation: animate 7s linear infinite;
}
.container .box2 img {
  animation: animate 17s linear infinite;
  visibility: hidden;
}
.container .box3 {
  top: 69%;
  left: 21%;
  animation: animate 6s linear infinite;
}
.container .box3 img {
  animation: animate 26s linear infinite;
  visibility: hidden;
}
.container .box4 {
  top: 62%;
  left: 4%;
  animation: animate 9s linear infinite;
}
.container .box4 img {
  animation: animate 18s linear infinite;
  visibility: hidden;
}
.container .box5 {
  top: 27%;
  left: 54%;
  animation: animate 11s linear infinite;
}
.container .box5 img {
  animation: animate 28s linear infinite;
  visibility: hidden;
}
.container .box6 {
  top: 59%;
  left: 82%;
  animation: animate 15s linear infinite;
}
.container .box6 img {
  animation: animate 23s linear infinite;
  visibility: hidden;
}
.container .box7 {
  bottom: 35%;
  left: 89%;
  animation: animate 12s linear infinite;
}
.container .box7 img {
  animation: animate 17s linear infinite;
  visibility: hidden;
}
.container .box8 {
  top: 7%;
  left: 74%;
  animation: animate 7s linear infinite;
}
.container .box8 img {
  animation: animate 19s linear infinite;
  visibility: hidden;
}
.container .box9 {
  top: 100%;
  left: 69%;
  animation: animate 17s linear infinite;
}
.container .box9 img {
  animation: animate 29s linear infinite;
  visibility: hidden;
}
.container .box10 {
  bottom: 36%;
  left: 34%;
  animation: animate 16s linear infinite;
}
.container .box10 img {
  animation: animate 21s linear infinite;
  visibility: hidden;
}
.container .box1.active, .container .box2.active, .container .box3.active, .container .box4.active, .container .box5.active, .container .box6.active, .container .box7.active, .container .box8.active, .container .box9.active, .container .box10.active {
  border: none;
  width: 16rem;
  height: 240px;
}
.container .box1.active img, .container .box2.active img, .container .box3.active img, .container .box4.active img, .container .box5.active img, .container .box6.active img, .container .box7.active img, .container .box8.active img, .container .box9.active img, .container .box10.active img {
  visibility: visible;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(-90px) rotate(360deg);
    opacity: 0.2;
  }
}
.container .bio {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 1%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0.5rem;
  margin-bottom: 1rem;
}
.container .bio .pfp, .container .bio .basket_img {
  width: 30%;
  height: 30%;
  margin-right: 0.5rem;
}
.container .bio .basket_img {
  position: absolute;
  bottom: -19px;
  right: 40px;
  height: 120px;
}
.container .bio h1 {
  position: relative;
  font-size: 3.3rem;
  color: rgba(0, 0, 0, 0.862745098);
  top: 20px;
}
.container .links h2 {
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.862745098);
}
.container .links .banned {
  text-decoration: line-through;
}
.container .links a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.862745098);
}
.container .links img {
  width: 4rem;
  border-radius: 30%;
  margin-right: 1rem;
}
.container .links .social {
  padding: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: black solid 3px;
  border: 3px solid rgba(0, 0, 0, 0.6901960784);
  border-radius: 2%;
  margin: 1rem;
  background-color: rgba(224, 229, 241, 0.274);
  z-index: 99;
}
.container .links .social:hover h2 {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.container .links .social2 {
  padding: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  z-index: 99;
  border: none;
  box-shadow: none;
}
.container .links .social2 img {
  width: 5rem;
  transition: 0.3s ease all;
  border: 5px solid rgba(255, 255, 255, 0.5215686275);
}
.container .links .social2 .no-border {
  border: none;
  width: 6rem;
}
.container .links .social2 img:hover {
  transform: scale(1.1);
}

@media (max-width: 700px) {
  .container .bio {
    justify-content: start;
  }
  .container .bio h1 {
    display: none;
  }
  .container .bio .pfp {
    margin-left: 20vw;
    width: 33%;
    height: 33%;
  }
  .container .links h2 {
    font-size: 2.2rem;
  }
  .container .links .social2 img {
    width: 3.2rem;
  }
  .container .links .social2 .no-border {
    width: 4rem;
  }
}
@media (max-width: 500px) {
  .container .links .social2 img {
    width: 3.2rem;
  }
}
@media (max-width: 370px) {
  .container .links .social2 img {
    width: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */