const Beach = styled.div` background-color: #FF6CE8; display: flex; align-items: center; justify-content: center; height: 100vh; width: 100vw; color: white; font-family: 'Helvetica'; font-size: 100px; font-weight: bold; letter-spacing: 8px; `; return <Beach>BEACH</Beach>;