Apply the flex-direction Property to Create a Column in the Tweet Embed
Final Code
<style>body{font-family:Arial,sans-serif;}header,footer{display:flex;flex-direction:row;}header.profile-thumbnail{width:50px;height:50px;border-radius:4px;}header.profile-name{display:flex;flex-direction:column;margin-left:10px;}header.follow-btn{display:flex;margin:000auto;}header.follow-btnbutton{border:0;border-radius:3px;padding:5px;}headerh3,headerh4{display:flex;margin:0;}#innerp{margin-bottom:10px;font-size:20px;}#innerhr{margin:20px0;border-style:solid;opacity:0.1;}footer.stats{display:flex;font-size:15px;}footer.statsstrong{font-size:18px;}footer.stats.likes{margin-left:10px;}footer.cta{margin-left:auto;}footer.ctabutton{border:0;background:transparent;}</style><header><imgsrc="https..."alt="Quincy Larson's profile picture"class="profile-thumbnail"><divclass="profile-name"><h3>Quincy Larson</h3><h4>@ossia</h4></div><divclass="follow-btn"><button>Follow</button></div></header><divid="inner"><p>I meet so many people who are in search...</p><spanclass="date">1:32 PM - 12 Jan 2018</span><hr></div><footer><divclass="stats"><divclass="Retweets"><strong>107</strong> Retweets
</div><divclass="likes"><strong>431</strong> Likes
</div></div><divclass="cta"><buttonclass="share-btn">Share</button><buttonclass="retweet-btn">Retweet</button><buttonclass="like-btn">Like</button></div></footer>