/* *** Variables *** */
html {
  height: 100vh;
  width: 100%;
}

body#faqs {
  background-color: #061224;
  color: whitesmoke;
  font-family: "Josefin Sans", sans-serif;
  height: 100%;
  margin: 0;
  text-align: center;
  width: 100%;
}
body#faqs a {
  text-decoration: none;
}
body#faqs .top .top-links {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  max-width: 30rem;
}
body#faqs .top .top-links h2 {
  display: inline-block;
  margin: 0;
}
body#faqs .top .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
body#faqs .top .logo-container img.logo {
  aspect-ratio: auto;
  width: 10rem;
}
body#faqs .top .title {
  margin: 1rem auto;
  text-align: center;
}
body#faqs .top .title * {
  margin: 0;
  display: inline-block;
}
body#faqs.simple-font h2 {
  font-family: "Josefin Sans", sans-serif;
}
body#faqs #fontButton {
  cursor: pointer;
}
body#faqs h1, body#faqs h2 {
  font-family: "Allura", cursive;
  background: linear-gradient(to right, #f5ff43, #50e176 35%, #1FCAD6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body#faqs h1 {
  font-size: 3rem;
  margin: 1rem;
}
@media (max-width: 576px) {
  body#faqs h1 {
    font-size: 2rem;
  }
}
body#faqs section.questions {
  margin: 1rem auto 5rem;
}
body#faqs section.questions:last-child {
  margin-bottom: 5rem;
}
body#faqs section.questions .question {
  max-width: 40rem;
  margin: auto;
}
body#faqs section.questions .question a {
  color: #1FCAD6;
}
body#faqs section.questions .question a:hover {
  color: #50e176;
}
@media (max-width: 576px) {
  body#faqs section.questions .question p {
    width: 90%;
    margin: auto;
  }
  body#faqs section.questions .question h2 {
    width: 100%;
  }
}

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