#content {
	width: 60%;
	margin-left: 20%;
}

@media screen and (max-width: 800px) {
	#content {
		width: 100%;
		padding: 25px;
	}
}

@media (prefers-color-scheme: dark) {
	body { color:white; background:#1E1E1E; }
	html {background:#1E1E1E;}
}