
main {
  height: 100vh;
  text-align: center;
}

h1 {
  font-size: 24pt;
}

#faq {
  text-align: left;
  width: 90%;
  max-width: 120ch;
  display: block;
  margin: auto;
  border: solid #888 1px;
  padding: 10px;
}

.qa {
  margin-top: 15px;
}

.q {
  font-weight: bold;
  font-size: 16pt;
}
.q:hover, .q:focus {
  text-decoration: underline;
}

.tog {
  color: inherit;
}

.a {
  display: none;
  padding-left: 15px;
  font-size: 14pt;
  border-bottom: solid #888 1px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}


