import styled from "https://esm.sh/styled-components"; export const Content = styled.div` flex-direction: row; width: 80%; max-width: 1462px; `;