body {
 background:pink;
 color:black;
}

div {
	display:grid;
	justify-content:center;
	align-content:center;
}

p{
	font-size:2rem;
}
