div.logoCentered {
	width:fit-content;
	margin:auto;
}

h1 {
	text-align: center;
}

h1.left {
  text-align: left;
}

h2 {
	font-weight: bold;
	margin: 0;
	font-size: 1em;
}

	h2 + p {
		margin-top: 0.3em;
	}

p.center {
	text-align:center;
}

p img {
	margin-right: 0.7em;
	margin-top: 0.2em;
}

p.headline {
	font-size: 1.3em;
	line-height: 1.1em;
}

	p.headline + p.headline, p.headline + p.subscription, p.subscription+p.headline {
		margin-top:1.5em;
	}

p.search {
	text-align: center;
	font-style: italic;
	font-size: 1em;
	margin-top: 2em;
}

p.subscription {
	font-size: 1.3em;
	line-height: 1.1em;
}