I recently created a webpage in ReactJS and styled it using CSS. In order to enhance the styling of one component, I integrated Bootstrap by adding the latest CDN link to my "index.html" file. However, I noticed that the Bootstrap styles were overriding some of my custom CSS styles. My project consists of separate CSS and JS files for each component. Can you recommend a solution for me to include the Bootstrap link in a way that it doesn't interfere with my custom styles? Thank you.