body {
  background-color: #536d8f;
  color: black;
  font-family: Arial;
  width: 50%;
  margin: auto;
  height: 100%
}

div h2{
	margin-right: 50px;
}
div h3{
	margin-left: 50px;
}

div p {
	font-size: 20px;
}

div ul{
	list-style: none;
	display: inline-block;
	font-size: 20px;
}

img {
  width: auto;
  height: 680px;; 
}