body {
  background: var(--dark-background-gradient);
  min-height: 100vh;
  justify-content: space-between;
}

.faq-section {
  margin-top: 2rem;
}

h1 {
  color: white;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0.25rem;
}

.faq h2 {
  color: white;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

p {
  color: var(--grey-text);
}

a {
  text-decoration: none;
  color: var(--GPAL-blue);
}

a:hover {
  color: var(--grey-text);
}

.faq {
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid rgb(60, 60, 60);
  background: rgb(20, 20, 20);
  text-align: left;
}

.faq:hover {
  border-color: var(--GPAL-blue);
  box-shadow: 0px 20px 40px var(--GPAL-blue-transparent);
}

.faq-item {
  border: 1px solid rgb(50, 50, 50);
  border-radius: 10px;
  background: var(--grey-background);
  padding: 0 2rem;
  margin-top: 1rem;
}

.faq-title {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 1.25rem 0rem;
  font-size: 1.25rem;
  background: transparent;
  color: white;
  align-items: center;
}

h3 {
  color: white;
  margin: 0;
}

.color-and-switch {
  color: var(--GPAL-blue);
  transform: rotate(180deg);
  transition: all 0.5s;
}

ul {
  color: var(--grey-text);
  padding-left: 1rem;
}

label {
  color: white;
}

.form-section {
  margin-bottom: 1rem;
}

.button-gpal {
  background: var(--blue-gradient);
  font-size: 1.25rem;
  padding: 0.5rem;
  border-radius: 10px;
  font-weight: bold;
  width: 100%;
}

.button-gpal:hover {
  background: var(--blue-gradient-2);
}
