import styled from 'styled-components'; export const GuideBodyWrap = styled.div` max-width: 750px; margin: 0 auto; padding: 0 20px; `;