import styled from 'styled-components'; const Wrapper = styled.div` margin: auto; width: 41.6rem; `; export default Wrapper;