import styled from 'styled-components'; const H1 = styled.h1` font-size: 2em; margin-bottom: 0.25em; `; export default H1;