@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600&display=swap");
* {
  font-family: 'Nunito', sans-serif;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

body {
  background: transparent linear-gradient(176deg, #6930F0 30%, #DED2FA 120%) 0% 0% no-repeat border-box;
  margin: 0 auto;
}

section {
  background: url("../img/bg.svg") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.linktree-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.logo-wrapper {
  text-align: center;
}

.logo-wrapper .logo {
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 2rem;
}

.username p {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  margin: 0;
}

.username .check {
  padding: 0 8px;
  margin: 0;
  font-size: 0;
}

.username .check img {
  padding: 0;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.button-wrapper .cta {
  background-color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
  color: #000;
  width: 242px;
  padding: 10px;
  margin: .5rem;
  border-radius: 90px;
  outline: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.button-wrapper .cta:hover {
  color: #FFF;
  background-color: transparent;
}

.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-wrapper .social {
  margin: 0 .5rem;
  width: 38px;
  height: 38px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 99px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social-wrapper .social .social-svg {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.social-wrapper .social .discord {
  fill: #5865f2;
}

.social-wrapper .social .fb {
  fill: #1877f2 !important;
}

.social-wrapper .social .tt {
  fill: #1da1f2 !important;
}

.social-wrapper .social .yt {
  fill: red !important;
}

.social-wrapper .social:hover {
  background-color: transparent;
}

.social-wrapper .social:hover .social-svg, .social-wrapper .social:hover .fb, .social-wrapper .social:hover .yt, .social-wrapper .social:hover .tt, .social-wrapper .social:hover .ig {
  fill: #FFF !important;
}

.social-wrapper .social:hover .ig-radial, .social-wrapper .social:hover .ig-linear, .social-wrapper .social:hover .ig-radial-2 {
  fill: #FFF !important;
}
