import React from 'react' import { style } from 'glamor' export default () =>

My page

const styles = { title: style({ color: 'red', fontSize: 50 }) }