body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
}

div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 100px;
	margin-left: -200px;
	margin-top: -50px;
	font-weight: bold;
	text-align: center;
}

img {
	margin-bottom: 2em;
}