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