const Title = styled.h1` font-size: 4rem; color: red; font-weight: 800; `; return <Title>{props.text}</Title>;