
.question:before {
   content: "Question: ";
   font-weight: bold;
   color: red;
}

.question { 
  font-size: larger;    
}

.answer {
}

.answer:before {
   content: "Answer: ";
   font-weight: bold;
   color: green;
}

