1. H1{ designates the html element to apply the style to.
2. font-style:italic; changes the look of the text on the page. The font-style property specifies the font style for a text.
3. color:green; changes the color of the text of the h1 html element to green.
4. } ends the stylings applied to h1