import styled from 'styled-components'; const Wrapper = styled.div` width: 100%; text-align: center; margin: 4em 0; `; export default Wrapper;