#pagetitle > h1, #pagetitle > h2 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
img.portrait {
	height: 100px;
}
#works #marx-engels {
	text-align: center;
}
#works article {
	font-family: "Georgia", "Times New Roman", serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.author {
	flex: 1;
}
.authorlink {
	font-size: 1.5em;
}
.authorspan {
	font-size: .75em;
	margin: 0;
	text-align: center;
}
.authordesc {
	text-align: center;
}
#email {
	text-weight: bold;
}
#email::after {
	content: "@marxists.org";
}