Currently, I am developing my React web template and encountered an issue. Everything was working perfectly until I decided to import a third-party CSS, specifically AOS (Animate On Scroll) CSS. After importing the CSS, my navbar, located in a separate component, began behaving strangely. I suspect that there may be conflicting class names causing this issue. Is there a way to import CSS only for a specific component or is there another workaround available?