const Subtitle = styled.div` font-size: 1.5rem; color: white; font-weight: 500; `; return <Subtitle>{props.text}</Subtitle>;