import styled from 'src/theme'; export default styled.nav` display: flex; justify-content: flex-start; margin-top: 20px; `;