.question::before {
    content: "Q: ";
}
.answer::before {
    content: "A: ";
}
.answer, .question {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
ul.answer-list {
    margin-left: 1rem;
}
.h3 {
    padding-top: 4rem;
    /* this is so that the url hash jumping will show the correct item since the navbar covers the padding */

    margin-bottom: 1rem;
}
