## CSS styles by chapter

Each chapter `<section>` element has a specific id attribute:

```html
<section id="chapter-foo">
  …
</section>
```

You can use it to scope your CSS styles!
