body {
	margin: 16px;
	font-size: 16px;
	font-family: serif;
}

p {
	margin: 8px 0;
}

@font-face {
	font-family: PostFraktur;
	src: url(LOV.PostFrakturHalbfett.otf);
}

h1, #header {
	font-family: PostFraktur;
	line-height: 1.05;
}

h1 {
	font-size: 32px;
	margin-top: 32px;
	margin-bottom: 16px;
}

.info {
	margin: 1em 0;
	padding: 0.5em;
	border: 1px solid #0086ba;
	background-color: #c7ebff;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

th {
	text-align: left;
	padding-right: 1em;
}

#header {
	display: flex;
	flex-direction: row;
	column-gap: 8px;
	align-items: center;
	color: #7d41e8;
	margin-bottom: 32px;
}

#header > img {
	height: 32px;
}
