import styled from 'styled-components';

export const StyledWrapper = styled.section`
  margin: 10px;
`;
