/* Styles Baustelle Sternwarte-info.de 12-2024-    12-2025 */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: blue;
	color: white;

.infobox {
	background-color: lightgrey;
	color: black;
	padding: 1rem;
	margin-bottom: 1rem;}

}