Assuming you’re trying to complete these instructions: Center your h1 element by setting its text-align property to the value center.
You will want to follow the details of the style you wrote but instead, change element to h1 , change property to text-align and then the value would be center.
This is the convention you would follow to isolate any element - you could do img, h1, p, anything that’s an html element. The post below says all of this in a different way which might be helpful as well.