body {
	background-color: rgb(0, 255, 0);
	display: grid;
	place-items: center;
}

h1 {
	font-size: 8rem;
}
