html {
  font-family: "JetBrains Mono", monospace;
  background: #000000;
  color: #D3C9D6;
  font-size: 1em;
  margin: 0;
}

body {
  background-image: url("../img/fundo.png");
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

.container {
  max-width: 840px;
  width: 95%;
  margin: 25px auto 0 auto;
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex: 1 0 auto;
  justify-content: space-between;
}

.container .info,
.container .r1 {
  max-width: 400px;
}

.r1 {
  width: 100%;
}
.r3 {
  background-color: #16151b;
  padding: 24px 8px;
  border-radius: 12px;
}
.embed-container {
  margin: 2% 0 0;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.r1__title {
  text-align: center;
}

footer {
  min-height: 20px;
  width: 100%;
  bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 25px;
}

.footer-container {
  font-size: 80%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

h1 {
  font-size: 30px;
  margin: 0 0 3px;
}

h2 {
  font-size: 22px;
}

h2,
h3 {
  margin-bottom: 6px;
}

.header-title {
  text-align: center;
}

/* Font Awesome icons */
.container .fab,
.container .fas .fa {
  width: 1.1em;
  text-align: center;
  color: #B5E8E0;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 2em;

}

::-webkit-scrollbar-thumb {
  background-color: #f02e2e47;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
  background: #fb2c65;
}

.info h2 {
  color: #fb2c65;
}

.info .fab,
.info .fas .fa {
  color: #D3C9D6
}

.info,
.r1 {
  flex: 1;
}

.info__about__location {
  margin-top: 5px;
}


.info__title__description,
.r1__title__description {
  color: #988BA2;
}

.info__title .info__title__img-link,
.r1__title .info__title__img-link {
  border: none;
  align-self: center;
}

.info__title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.info__title a {
  transition: filter ease-out 0.2s;
}

.info__title a:hover {
  filter: brightness(1.22);
}

.info__title__pfp {
  width: 120px;
  height: auto;
  border-radius: 25%;
  align-self: center;
}

.fa-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.fa-field i {
  margin-top: 2px;
}


.anime {
  margin: 15px 0;
}

.anime__title {
  color: #f48275;
}

.star {
  margin: 10px 0;
  user-select: none;
  font-size: 20px;
  display: flex;
  gap: 4px;
}

.star__star {
  color: #FAE3B0;
}

.star__color--green {
  color: #fb2c65;
}

.star__color--orange {
  color: #F8BD96;
}

.star__color--blue {
  color: #96CDFB;
}

.star__color--red {
  color: #F28FAD;
}

.star__color--pink {
  color: #DDB6F2;
}

.r1__title {
  text-align: center;
}

.r2-entries {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0;
}

.r2-entries h1 {
  margin: 22px 0;
}

.r2-entries h3 {
  margin: 3px 0;
}

.r2 {
  display: flex;
  flex-direction: column;
  background-color: #16151b;
  padding: 15px;
  border-radius: 12px;
}

.r2 div,
.r2 div a {
  color: #988BA2;
  border-color: #6E6C7E;
}

.r2 .fa-field:nth-of-type(1) {
  margin-top: auto;
}


.r2--green h3 {
  color: #fb2c65;
}

.r2--green .fab,
.r2--green .fas,
.r2--green .fa {
  color: #fb2c65;
}

.r2--green a:hover {
  color: #fb2c65;
  border-color: #16151b;
}

.r2--blue h3 {
  color: #96CDFB;
}

.r2--blue .fab,
.r2--blue .fas,
.r2--blue .fa {
  color: #96CDFB;
}

.r2--blue a:hover {
  color: #96CDFB;
  border-color: #96CDFB;
}

.r2--teal h3 {
  color: #B5E8E0;
}

.r2--teal .fab,
.r2--teal .fas,
.r2--teal .fa {
  color: #B5E8E0;
}

.r2--teal a:hover {
  color: #B5E8E0;
  border-color: #B5E8E0;
}

.emoji {
  font-family: monospace;
  font-size: 15px;
}

a {
  font-size: 0.9em;
  text-decoration: none;
  border-bottom: 1px dashed #988BA2;
}

.link-split {
  border-bottom: none;
}

.link-split span {
  display: inline-block;
  border-bottom: 1px dashed #988BA2;
}

.link-split:hover {
  border-bottom: none;
}

.link-split:hover span {
  border-bottom: 1px dashed #B5E8E0;
}

a:link,
a:visited {
  color: #D3C9D6;
}


a:hover {
  color: #B5E8E0;
  animation: colorRotate .5s linear 0s infinite;
}

@keyframes colorRotate {
  from {
    color: #F17C58;
  }

  10% {
    color: #E94584;
  }

  30% {
    color: #24AADB;
  }

  50% {
    color: #27DBB1;
  }

  75% {
    color: #FFDC18;
  }

  100% {
    color: #FF3706;
  }
}

.footer-break {
  display: none;
}

@media only screen and (max-width: 900px) {
  .star {
    margin: 10px 0;
    user-select: none;
    font-size: 20px;
    display: flex;
    gap: 4px;
    justify-content: center;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .info h1 {
    margin-top: 8px;
  }

  .info__title {
    margin-right: 0;
    text-align: center;
  }

  .info__title {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }

  .info__title__pfp {
    height: 154px;
    width: auto;
  }


  footer {
    text-align: center;
    margin-top: 10px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-break {
    display: inline;
  }
}

/*# sourceMappingURL=styles.css.map */


/*# NEON */
h1 {
  font-weight: bold;
  transform: translate(0%);
  text-shadow: 0px 0px 20px #fb2c65;
  animation: blinkH1 5s infinite;
}

h1:after {
  content: attr(data-text);
  filter: blur(15px);
  animation: blinkH1After 5s infinite;
}

h1:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 90%;
  background: #fb2c65;
  z-index: 1;
  opacity: 0.2;
  filter: blur(37px);
  animation: blinkH1Before 5s infinite;
}

@keyframes blinkH1 {
  0% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }

  19% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }

  20% {
    color: #9E9E9E;
    text-shadow: none;
  }

  21% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }

  60% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }

  61% {
    color: #9E9E9E;
    text-shadow: none;
  }

  62% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }

  63% {
    color: #9E9E9E;
    text-shadow: none;
  }

  64% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }

  100% {
    color: #fb2c65;
    text-shadow: 0px 0px 20px #fb2c65;
  }
}

@keyframes blinkH1After {
  0% {
    color: #fb2c65;
  }

  19% {
    color: #fb2c65;
  }

  20% {
    color: transparent;
  }

  21% {
    color: #fb2c65;
  }

  60% {
    color: #fb2c65;
  }

  61% {
    color: transparent;
  }

  62% {
    color: #fb2c65;
  }

  63% {
    color: transparent;
  }

  64% {
    color: #fb2c65;
  }

  100% {
    color: #fb2c65;
  }
}

@keyframes blinkH1Before {
  0% {
    background: #fb2c65;
  }

  19% {
    background: #fb2c65;
  }

  20% {
    background: transparent;
  }

  21% {
    background: #fb2c65;
  }

  60% {
    background: #fb2c65;
  }

  61% {
    background: transparent;
  }

  62% {
    background: #fb2c65;
  }

  63% {
    background: transparent;
  }

  64% {
    background: #fb2c65;
  }

  100% {
    background: #fb2c65;
  }
}
