By separating multiple selectors with a space, we can select descendant elements of an element, making the selectors more specific.
Fantastic! That way, we're selecting and styling every <span> element that's inside a <p> element.
As we inline elements can't contain block-level elements, does it really make sense to select every <p> element that's inside a <span> element?