Can you order these lines to become an internal style sheet?

Nice! Internal style sheets go in the head section and are defined within the <style> tag.

Close! Start with the <head> tag, then the <style> tag, followed by h1 with font-family inside. Finally, close the brace and tags.