html {
	font-family: monospace;
	line-height: 1.5;
	font-size: 12pt;
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}


h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.22rem;
}

h3 {
	font-size: 1.1em;
}

@media screen {
	html {
		min-height: 100%;
		background: linear-gradient(
		180deg,
		hsl(180,100%,97%),
		hsl(300,100%,97%)
		);
	}
	body {
		max-width: 48rem;
		padding: 1rem;
	}
}

