#FAQPage .question {
  display: flex;
  justify-content: center;
  background-color: #a6d1ff;
  color: #202020;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#FAQPage .answer {
  display: flex;
  justify-content: center;
  background-color: #04284e;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #e2e2e2;
}
