@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
* {
	font-family: 'Shadows Into Light', cursive;
}
div {
	display: flex;
	height: 100vh;
	align-items: center;
	text-align: center;
	font-size: 72px;
}
