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