Set the background color of all elements on this webpage to the value azure and the text color for the heading to gray.
azure
gray
Make sure to pick background-color: azure;, followed by color: gray;.
background-color: azure;
color: gray;