In my ReactJS project, I am currently developing a landing page and an articles page. However, I've encountered an issue where the CSS styles applied to the landing page are impacting the layout of the articles page. I suspect that this is happening because ReactJS bundles all CSS files together. How can I segregate the CSS rules for each individual page in order to prevent interference between them?