import { rem, style } from '@fizzui/styles' export const container = style({ margin: 'auto', padding: `${rem(32)} ${rem(16)}`, maxWidth: rem(592), })