export const Body: JSX.ElementStyle = { fontFamily: 'Space Grotesk, sans-serif', backgroundColor: '#fff', color: '#333', padding: '24px', margin: '0', }; export const Container: JSX.ElementStyle = { width: '670px', };