import styled from 'styled-components'; export const Main = styled.main` width: 100%; padding-left: 75px; `;