.read h1 {
	text-align: center;
	word-break: break-word;
	hyphens: auto;
	text-wrap: balance;
}

.read > h1:first-of-type:not(* + h1),
.read > h2:first-of-type:not(* + h2),
.read > h3:first-of-type:not(* + h3),
.read > h4:first-of-type:not(* + h4) {
	margin-top: 0;
}