import React from 'react'; const Body = { maxWidth: '1000px', minWidth: '768px', margin: 'auto', display: "flex", heigth: "100%", color: "white", //textAlign: "center", }; const SideBar = { maxWidth: "250px", flex: "1", } const hrefStyle = { color: "#385f71", textDecoration: "none" } const Post = (props) => { const { currentPost, isLoaded } = props; const postData =