body {
	text-align: center;
	padding-top: 50px;
}

.container {
	width: 700px;
	height: 600px;
	background-color: #eff5ff;
	display: inline-block;
	text-align: left;
	padding-right: 40px;
	padding-top: 10px;
	box-shadow: 0px 0px 10px #f7f9fc;
}

p {
	font-family: sans-serif;
	margin-left: 50px;
	color: #303947;
}

h1 {
	color: darkslateblue;
	font-family: helvetica;
	margin-left: 40px;
}

h2  {
	font-family: helvetica;
	margin-left: 40px;
	color: #303947;
}

img {
	float: right;
	display: block;
	margin-top: 20px;
}