.post-wrapper {
	display: flex; flex-direction: column;
	/* margin: 2rem 4rem; */
	font-size: 1.5rem;
}
.post-wrapper > * {
	display: flex;
	margin-left: auto; margin-right: auto;
}
.post-wrapper img {
	height: auto; width: auto;
	max-width: 84vw;
}
.post-wrapper h4, .post-wrapper h5{
	margin: 0 auto;
}
