If we want to change more properties for all h1 elements, where do we add them?

Inside the same rule for h1 elementsInside another rule for h1 elementsInside a rule made with a class selector that we add to all h1 elements

If we want to add more properties to all h1 elements, we add them inside the same rule.