@media (min-width: 30em) {
	body {
		margin: 0 auto;
		max-width: 50vw;
	}
}

body {
	filter: unset !important;
	background-color: white !important;
}

img, video, iframe, #bg {
	filter: unset !important;
}

@media (prefers-color-scheme: dark) {
	body {
		filter: invert(90%) hue-rotate(25deg) !important;
		background-color: black !important;
	}

	img, video, iframe {
		filter: invert(100%) hue-rotate(-25deg) !important;
	}
}
