import { styled } from 'goober' const Center = styled('div')` display: flex; align-items: center; justify-content: center; ` export default Center