html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #232323;
}
h1 {
	margin-top: -1vh;
	color: crimson;
	font-size: 10vw;
	letter-spacing: -0.01em;
}