import styled from 'styled-components'; export const Paragraph = styled.p` padding-top: 1rem; font-size: 1.25rem; `;