Challenge Name
All back end challenges.
Since the backend challenges are a new addition with the expansion, they are missing some things that normal challenges have from a styling perspective. For example, the current challenges have code examples wrapped in <code> tags like so:

However, what would look better, and be more consistent with our other challenges is for them to be wrapped in <blockquote>s. But these challenges are not wrapped in a container with the .challenge-instructions class, so if we were to add a blockquote, it would not appear with the styles we added to them for other challenges. To fix this, I suggest that we:
- Add the class
.challenge-instructions to the container surrounding the challenge description in the correct component that renders these
Challenge Name
All back end challenges.
Since the backend challenges are a new addition with the expansion, they are missing some things that normal challenges have from a styling perspective. For example, the current challenges have code examples wrapped in

<code>tags like so:However, what would look better, and be more consistent with our other challenges is for them to be wrapped in
<blockquote>s. But these challenges are not wrapped in a container with the.challenge-instructionsclass, so if we were to add a blockquote, it would not appear with the styles we added to them for other challenges. To fix this, I suggest that we:.challenge-instructionsto the container surrounding the challenge description in the correct component that renders these