/* Put your custom CSS rules here */
	h1 {text-align: center;}

	.mt100 {margin-top: 100px}

	.img20 {width: 20%}


@media (prefers-color-scheme: dark) {
	.whitemode {
		filter: invert(1);
	}
}