.single-post {
	min-height: 200px;
	max-height: 200px;
	background-color: rgba(0,8,57,0.8);
	background-position: center;
	background-size: cover;
	object-fit: contain;
}

.author {
	margin-top: -50px;
	z-index: 1000;
	text-align: center;
	align-items: center;
	align-content: center;
}

.author img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: solid 2px #;
}