body {
	background-color: #3F6BEE;
}

h1 {
	color: white;
	font-family: 'Georgia';
	font-weight: bold;
	text-align: center;
}

p {
	color: white;
	font-size: 20px;
	font-family: 'Verdana', sans serif;
}

img {
	display: block;
	margin: auto;
}