My CSS/bootstrap file is quite extensive and the styles are affecting more than just the elements I intended to target. While I want it to have a broad impact, the CSS changes are impacting the entire page. Renaming every element to [name].slider is not a feasible solution for me. Is there a simple way to restrict the styling to only affect elements within a specific container?
<head>
<!--The content in this section is also being affected-->
</head>
<div>
<!--Elements that should be impacted-->
</div>