import styled from 'styled-components'; const H3 = styled.h3` text-align: center; font-size: 24px; line-height: 1em; margin: 0; font-weight: 400; `; export default H3;