* {
	margin: 0;
	padding: 0;
}

body {
	height: 100vh;
	display: grid;
    place-items: center;
}

h1 {
	font-weight: 800;
	font-size: 4.5rem;
	line-height: 1;
}
