html {
	height: 100%;
}

html {
	display: grid;
	place-items: center;
}

body {
	background-color: #ffd829;
	color: #000000;
}