Your page looks good @MeganKnop. Some things to revisit;
Codepen provides the boilerplate for you. It only expects the code youâd put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
The link to the font goes in the box labeled âStuff for <head>â
Mainly mention because the link to the font would go in the head element, not in the body. (codepen is forgiving)
Userâs are not seeing your page the way you want them to. Youâve loaded a font for the title but are calling it incorrectly so userâs see the default font.
Fonts with a space in the name need to be in quotes. You also should specify a backup font. Google fonts shows you the CSS rules you need to use.