@charset "utf-8";

body {
	background-color: white;
}

@media (prefers-color-scheme: dark) {
	body {
		background-color: black;
	}
}