This component is used insight the Screen component, and it allows the content to be scrolled and centered.

Default
```js
<Screen>
  <Content>
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
  </Content>
</Screen>
```

size equals large
```js
<Screen>
  <Content size="large">
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
    Content
  </Content>
</Screen>
```

Should be used together with `<Screen />`
