import { css } from "@emotion/css"; export const vAlignChildren = css` display: flex; flex-direction: column; justify-content: center; `;