import styled from 'styled-components'; const Wrapper = styled.div` max-width: 800px; `; export default Wrapper;