import styled from 'styled-components/macro';

export const StyledContent = styled.section`
  display: flex;
  flex-direction: column;
  height: calc(100vh - 48px);
  margin: 0;
  max-width: unset;
  padding: 0;
  width: 100%;
`;
