<!DOCTYPE html>
<body>
<style scoped>
p { color: green !important }
</style>
<p style="color: red">Hello</p>
</body>