import styled from 'styled-components'; const Text = styled.p` font-size: 14px; margin: 0; line-height: 1.1em; `; export default Text;