const div = styled.div` background-color: red; .img{ height: 100px; } `; const head = styled.div` background-color: orange;`; const body = styled.div` font-weight: bold; `; const foot = styled.div` background-color: green;`; const a = styled.div` text-color: black;`; return ( <div> <head> <img src="https://i.ibb.co/hH3SmWq/fotor-202401300583.png"></img> <br></br> </head> <body> Near Protocol is an innovative blockchain platform that is revolutionizing the landscape of decentralized applications (dApps) and digital assets. Built with scalability, usability, and sustainability in mind, Near Protocol offers developers a robust infrastructure for creating and deploying high-performance dApps with ease. Its unique sharding technique enables the network to handle a high throughput of transactions, ensuring fast and cost-effective interactions for users. Near Protocol also prioritizes user experience, providing a developer-friendly environment with comprehensive documentation, tooling, and support. With its focus on accessibility and inclusivity, Near Protocol aims to democratize access to blockchain technology, empowering developers and users to participate in the decentralized economy. As a leading player in the blockchain space, Near Protocol continues to drive innovation and foster adoption, shaping the future of decentralized finance, gaming, and beyond.{" "} </body> <br></br> <foot> <h1>Our handle</h1> <a href="https://t.me/nearindia">Telegram</a> <br></br> <a href="https://twitter.com/NearIndia">Twitter</a> <br></br> <a href="https://near.org/near/widget/ProfilePage?accountId=near-india.near"> Near Social </a>{" "} <br></br> </foot> </div> );