html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #AABBAA;
	display: flex;
	justify-content: center;
}

div.main-content {
	padding: 1em;
	background: #CCCCBB;
	width: min(100%, 60em);
	min-height: 100%;
	height: fit-content;
	box-sizing: border-box;
}

img.pixelart {
	image-rendering: pixelated;
}

.centered {
	text-align: center;
}

h1,p {
	font-family: "Comic Sans MS", "Comic Sans", "Comic Neue", cans-serif;
}