import { styled } from "typestyle-react"; export const CenteredScreenBottom = styled("div", { position: "fixed", zIndex: 20, bottom: "16px", left: "50vw", transform: "translateX(-50%)" });