html {
	color: white;
	background-color: purple;
}

body {
	display: flex;
	height: 100%;
	height: 100dvh;
	margin: 0;
	align-items: center;
	justify-content: center;
	font-family: Gill Sans, Tahoma, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: min(60px, 10vw);
	text-transform: uppercase;
}
