import styled from '@emotion/styled';
import { Box } from '@mui/material';

export const ContentBox = styled(Box)`
  padding: 50px 30px;
  max-width: 880px;
`;
