
.post_page_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.post_container {
	width: 924px;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 21px;	
}

.post_title {}

.post_info_box {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 9px;
	margin: 0px;
	padding: 0px;
}

.post_content {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 21px;
}

.post_content > p {
	max-width: 96ch;
}
