// @flow import styled from 'styled-components'; export default styled.div` width: 100%; max-width: 720px; margin: 0 auto; padding: 0 2em; `;