As I work on integrating my webpage code into a large project, I have encountered an issue. The entire project code is contained within a div element inside the <main>
tag. However, when I add this container div within the <main>
tag, the project's CSS ends up overwriting my own CSS. Is there a solution to prevent external CSS from affecting the styling of inner elements?