const Instructions = styled.div` width: 70%; color: #555; `; return ( <div> <Instructions> <p>This is your personal Dashboard</p> <div style={{ paddingLeft: "2em" }}> <p>It will contain</p> <p>Usage of Agents, Datasets, etc that you have contributed.</p> <p>Your favorite Agents.</p> </div> </Instructions> </div> );