The <h4> elements in the footer should be white, in uppercase letters, and with increased letter spacing.
<h4>
Create a #footer h4 rule. In it, set color to white, text-transform to uppercase, and letter-spacing to 0.1em.
#footer h4
color
white
text-transform
uppercase
letter-spacing
0.1em