body {
	background-color: steelblue;
	overflow-x: hidden;
}

h1 {
	color: mintcream;
	text-align: center;
	font-size: 50px;
}

p {
	color: mintcream;
	text-align: center;
	font-size: 20px;
}

.center {
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}