import theme from "../../theme"; export const style = { SECTION: { background: theme.foregroundColor }, SECTION_INNER: { margin: "0 auto", padding: 100 } };