body{
	margin: 0px;
}
h1{
	color: CornflowerBlue;
	font-size: 45px;
	font-family: "Georgia";
	text-align: center;
}

h2{
	color: White;
	font-size: 20px;
	font-family: "Monsterrat";
	text-align: center;
}

a {
	color: darkblue;
}

img {
	width: 400;
	height: 500;
}

header{
	width:95%;
	padding: 45px;
	text-align: centre;
	background-color:lightblue;
	border: ridge LightSeaGreen;
}

article{
	width: 60%;
	position:left;
	display:inline-block;
}

aside{
	width: 40%;
	position: absolute;
	text-align:center;
	display:inline-block;
}



