:root{--primaryBlue:#29abe2;--secondaryGreen:#15e1b3}#Post{padding:5rem 0;display:flex;flex-direction:column;align-items:center;background-color:#000;color:#fff}#Post>*{width:clamp(30%,750px,100%)}#Post #QuestionCardTitle{margin-top:0}#Post .centered{text-align:center}#Post h1{font-size:2.6rem;margin-bottom:1rem}#Post h2,#Post h3,#Post h4{margin-top:2rem;margin-bottom:1rem}#Post h2{font-size:2rem}#Post h3{font-size:1.5rem}#Post p{margin-bottom:2rem;text-align:justify}#Post li,#Post p{line-height:1.65}#Post img{text-align:center;margin:2.6rem 0;width:100%;background-color:#f5f5f5}#Post_Questions{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}#Post_Question{margin:2rem 1rem;background-color:#29abe2;color:#fff;text-align:center;flex-basis:clamp(340px,40%,100%);flex-grow:1;border-radius:10px;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start}#Post_Question p{margin-bottom:0}#Tags_Row{display:flex;justify-content:center;flex-wrap:wrap}#Tags_Row .tags_badge{background-color:#15e1b3;color:#000;padding:.5rem;border-radius:10px;margin:.5rem}#Tags_Row .tags_badge:before{content:"#"}#Post_Content{width:clamp(16rem,100%,750px);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}