Imagine a body element with a nested child element (like a div).
The body element may have unique CSS styles that are not predetermined (they depend on the specific webpage accessed on the internet).
The child element (e.g. div) has a set of fixed CSS styles.
What is the best way to ensure that the CSS styles applied to the parent element do not impact the appearance of the child element?