const Wrapper = styled.div` margin: 16px auto; max-width: 900px; background-color: #fff; border-radius: 16px; padding: 24px; box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; display: flex; flex-direction: column; gap: 24px; `; return ( <Wrapper> <h1>Share the Human Experience, and Get Rewarded with NFTs!</h1> <p> Invite your friends to verify their identity on I-AM-HUMAN and earn NFTs! </p> </Wrapper> );