I have a website at where I am embedding documentation files from Github (with the .md extension) directly into the HTML using inline CSS styles to match the styling of Github. However, I am facing an issue where these styles are conflicting with my existing styles, resulting in the documentation not displaying correctly as it does on the GitHub site. Can anyone provide me with a solution to prevent other styles from affecting my div or suggest any other solution? Thank you.