import styled from "https://esm.sh/styled-components"; export const Container = styled.div` min-height: 100%; display: flex; justify-content: center; `;