body {
	height: 100%;
	margin: 0;
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	background-color: #010c23;
	scrollbar-width: none;
}

html {
	height: 100%;
	margin: 0;
	font-family: Arial, sans-serif;
	overflow-x: hidden;

	scrollbar-width: none;
}

:root {
	--primary-color: #f0f4f8;
	--secondary-color: #4a90e2; /* oder #00D1B2 kräftiges türkis */
	--highlight-color: #f5a623; /* orange */
	--background-color: #2a3b5e; /* mittleres grau */
}
