div {
	left: 70px;
	top: 70px;
	background: white;
	padding: 10px;
	border: solid;
	border-width: 5px;
}

h1 {
	text-align: center;
}

body {
	background: blue;
}

