export const Container: JSX.ElementStyle = {}; export const Logo: JSX.ElementStyle = { width: '64px', margin: '0', }; export const Title: JSX.ElementStyle = { margin: '16px 0 0 0', color: '#000', }; export const Paragraph: JSX.ElementStyle = { margin: '16px 0 0 0', }; export const Code: JSX.ElementStyle = { margin: '16px 0 16px 0', width: '100%', };