@charset "utf-8";

div.headlineBox {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
	inline-size: max-content;
	max-inline-size: calc( 100% - 70px );
	margin-inline: auto;
	padding: 2rem;
	border-radius: 3rem;
}

nav.contentBox {
	inline-size: max-content;
	max-inline-size: calc( 100% - 2em );
	margin-inline: auto;
	padding: 1em;
	border-radius: 2rem;
	font-size: 1.25rem;
}

h2 {
	line-height: 1.1;
	text-align: start;
	font-weight: normal;
}

h2:before {
	content: '\25a0';
}

time {
	font-size: 0.8rem;
	line-height: 1.1;
	white-space: nowrap;
}

#mainLayer ul {
	display: flex;
	gap: 0.7em 0.9em;
	flex-wrap: wrap;
	justify-content: center;
	margin-block: 1em 0;
}
