.author-container {
	text-align: center;
}

.post-author {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	transition: 0.25s all;
}

.post-author a {
	transition: 0.25s all;
}

.post-author a:hover {
	transition: 0.25s all;
	text-decoration: underline;
}