<!DOCTYPE html>
<body>
  <style scoped>
    body > div p { color: green; }
  </style>
  <div>
    <p>Hello</p>
  </div>
</body>