body {
	background: oklch(29.3% 0.066 243.157);
	color: oklch(70.7% 0.165 254.624);
	font-family: "Courier New", Courier, monospace;
}

body {
	height: 100vh;
	margin: 0;

	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	font-size: 8rem;
}
