1. img{ designates the html element to apply the style to
2. height:200px; changes the height of the image to be smaller. The height property sets the height of an element.
3. width:500px; changes the width of the image to be larger. The width property sets the width of an element.
4. } ends the stylings applied to img