* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body, html {
  height: 100%;
  width: 100%;
}

a.a-nostyle, a {
  text-decoration: none;
  color: #fff;
}

a.underline {
  color: #fff;
  text-decoration: underline;
}

.discord-tag {
  background-color: #5865F2;
  border-radius: 5px;
  padding: 0px 2px;
  font-size: 0.9em;
  color: #fff;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgb(35, 35, 35);
}

body {
  font-family: "Koruri", Arial;
  background-color: #181818;
  color: #fff;
  overflow-x: hidden;
}
body header {
  background-image: url(/media/91584046_p0.webp);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  transition: background-color 4s;
}
body header div.texto {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
body header div.texto div.hero-wrapper {
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
}
body header div.texto div.hero-wrapper h1 {
  text-shadow: 1px 1px 0 #ed4094, -1px 1px 0 #ed4094, -1px -1px 0 #ed4094, 1px -1px 0 #ed4094, 1px 1px 10px #8b0c49, 1px 5px 10px #ed4094;
}
body header div.texto div.hero-wrapper p {
  text-shadow: 1px 1px 0 #ed4094, -1px 1px 0 #ed4094, -1px -1px 0 #ed4094, 1px -1px 0 #ed4094, 1px 1px 10px #8b0c49, 1px 5px 10px #ed4094;
}
body header div.texto div.hero-wrapper div.social {
  margin-top: 10px;
  display: block;
}
body header div.texto div.hero-wrapper div.social div.logo {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
}
body header div.texto div.hero-wrapper div.social div.logo img {
  height: 30px;
  margin-top: 10px;
}
body header div.texto div.hero-wrapper div.next-page {
  display: inline-block;
  margin-top: 10px;
  height: 50px;
  width: 50px;
  background: rgba(237, 64, 148, 0.2);
  border-radius: 50px;
}
body header div.texto div.hero-wrapper div.next-page i.arrow {
  display: inline-block;
  border: solid white;
  border-width: 0 10px 10px 0;
  padding: 3px;
  height: 10px;
  width: 10px;
  rotate: 45deg;
  border-radius: 4px;
  margin-top: 8px;
}
body header div.credit {
  font-size: 0.8rem;
  position: absolute;
  background: rgba(240, 65, 150, 0.5);
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 5px;
}
body .full-screen {
  height: 100vh;
  width: 100%;
  background-blend-mode: multiply;
}
body .full-screen div.content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
}
body section#descargar {
  height: 100vh;
  width: 100%;
  background: url(/media/New_West_Ward_29_Background2.webp);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}
body section#descargar div.content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
}
body section#descargar div.content div.content-wrapper {
  position: relative;
}
body section#descargar div.content div.content-wrapper div.magi-repo {
  text-align: left;
  max-width: 80%;
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 20px;
}
body section#descargar div.content div.content-wrapper div.magi-repo img {
  width: 100%;
  max-width: 500px;
}
body section#aportar {
  background: url(/media/Dawn_of_the_Shallow_Dream_29_Background2.webp);
  background-position: center;
  background-size: cover;
}
body section#aportar .content .content-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
body section#aportar .content .content-wrapper div.list-wrapper {
  display: inline-block;
  text-align: left;
}
body section#aportar .content .content-wrapper div.list-wrapper ul {
  list-style-position: inside;
}
body section#aportar .content .content-wrapper div.list-wrapper ul li ul {
  padding-left: 25px;
}
body section#acerca {
  background: url(/media/Please_Yuna-San_Background2.webp);
  background-position: center;
  background-size: cover;
}
body section#acerca .content .content-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 1500px) {
  body header div.texto {
    width: 80%;
    max-width: 1500px;
  }
  body .full-screen div.content {
    width: 80%;
    max-width: 1500px;
  }
  body .full-screen div.content p {
    font-size: 1.1rem;
  }
  body section#descargar div.content {
    width: 80%;
    max-width: 1500px;
  }
}
@media ((width >= 880px) and (width < 1500px)) {
  body section#descargar {
    min-height: 100vh;
  }
  body section#descargar div.content {
    width: 100%;
  }
}
@media (width < 880px) {
  body section#descargar {
    min-height: 100vh;
  }
  body section#descargar div.content div.content-wrapper div.magi-repo {
    text-align: center;
  }
  body section#descargar div.content div.content-wrapper div.magi-repo img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
  }
  body section#aportar div.content div.content-wrapper div.list-wrapper ul {
    padding: 0 8px 0 10px;
  }
}/*# sourceMappingURL=style.css.map */