.faqpage {
  display: flex;
  flex-direction: column;
  margin-top: 230px;
}

.faqheader h1 {
  font-family: "Space Mono", monospace;
  font-size: 60px;
  line-height: 65px;
}

.faqheader h2 {
  font-family: monospace;
  font-size: 35px;
}

.faqheader {
  display: flex;
  flex-direction: column;
  align-self: center;
  border-bottom: 5px solid black;
  margin-bottom: 20px;
}

.faqcontent {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 800px;
}

.faqcontentpart {
  border: none;
}

.faqcontent h1 {
  font-family: "Space mono",monospace;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
}

.faqcontent p {
  font-size: 20px;
  margin-bottom: 10px;
}

.faqcontent li {
  font-size: 20px;
  margin-bottom: 10px;
}

/*BUTTON*/
.backagbbutton {
  font-size: 30px;
  font-family: "Space Mono", monospace;
  color: black;
  text-decoration: none;
  border: 5px solid black;
  width: fit-content;
  padding: 10px;
  align-self: center;
  margin: 20px;
  border-radius: 8px;
  background-color: rgb(214, 181, 255);
}