.article-cover > img{
	height: 150px;
	width: 150px;
	border-radius: 90px;
	border: 1px solid green;
}

.article-title {
	font-size: 25px;
	font-family: 'stolzlregular', sans-serif;
	font-weight: 600;
	color: #80C22C;
}

.article-title-block {
	max-width: 600px;
}