const theme = props.theme; return ( <div style={{ height: "100%", maxHeight: "100vh", display: "flex", flexDirection: "column", justifyContent: "center", alignItems: "flex-start", gap: 32, }} > <h1 style={{ color: "#FFF", fontSize: 72, lineHeight: 1, fontWeight: 900, width: "10ch", }} > six weeks to finally work on your ideas. you in? </h1> <button style={{ backgroundColor: theme.buttonTextColor, color: "#000", fontSize: 24, fontWeight: 700, padding: "16px 32px", border: "none", borderRadius: 40, }} > Apply Now </button> <p style={{ color: theme.textColor3, fontWeight: 400 }}> season 3 is now in progress. </p> </div> );