@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");body{background-color:var(--background-site);color:var(--text-high-contrast);font-size:1.6rem;line-height:1.65;font-family:Lexend}.post-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 3fr;grid-template-areas:"post notes" "post updates";position:fixed;height:100%}.main-post{grid-area:post;background:rgba(197,209,192,.5);padding:2rem}.post-image{margin-left:auto;margin-right:auto;height:100%;padding-top:3rem;padding-bottom:3rem;max-height:fit-content}.notes-section{grid-area:notes;padding:2rem;margin-top:auto;margin-bottom:auto}.updates{grid-area:updates;overflow-y:auto;padding:2rem;max-height:80%}.update-container{width:100%;padding-bottom:1rem;display:flex}.update-image{width:200px;border-radius:10px}.update-notes{width:100%;margin:auto;padding-left:2rem}