Unit 3 Lesson 17 Text not appearing

My student is having trouble getting his text to appear on the second page of his card. Here is the link to his code.

[Game Lab - Code.org]

Great start to the card project!

It’s the order the student has the code in.
The text is there, but it’s behind the balloon background.
The balloon background is set as a sprite, so it draws the text, then draws the sprites (including the background) over the text.
Change the order so the words are drawn after the sprites and they will be on top of the sprite(background) instead of behind it.

That should make it show up.
Code on!
Cecilia