The Container serves as a wrapper for content with a max-width applied. The
large container is applied by default. Override the built-in container widths
within your active theme.

### Large Width Example
```
<Container>
  Large Width Example
</Container>

<Container size="xl">
  XL example
</Container>
```
