main {
	position: relative;
	z-index: 2;
	width: 55%;
	margin: 0 auto;
	padding: 2em 1em;
	font-size: 1em;
	line-height: 1.5em;
	background-color: var(--postlist-item-bg);
	color: var(--txt-main-clr);
}

#avatar {
	width: 4em;
	height: 4em;
}
