const Footer = styled.div` background= #0D071D; display: flex; flex-direction: row; `; return ( <div class="Footer"> <div class="product"> <h3>Product</h3> <p> <br></br>Features <br></br>Workload <br></br>Time </p> </div> <div class="Company"> <h3>Company</h3> <p> <br></br>Real Work <br></br>About & Contact <br></br>Careers </p> </div> <div class="Resources"> <h3>Resources</h3> <p> <br></br>Blog <br></br>Help & About <br></br>Customer </p> </div> </div> ); dis;