:root {
	background-color: #121212;
}

html.page-type--error body {
	margin: 0;
}

h1 {
	font: normal 3.5vmin / 4.5vmin 'Pokemon GB', sans-serif;
	color: white;

	font-size: 5vmin;
	transform: scaleX(.83);
	transform-origin: center;
}
