article {
  border-radius: 10px;
	box-shadow: 8px 8px 12px #524F4F;
  padding: 20px;
  width: 600px;
}

article img {
float: left;
box-shadow: 8px 8px 12px #524F4F;
}

article section {
margin-left: 300px;
font-size: large


}

article h1 {
font-size: xx-large;
font-weight: 200;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


footer
{
box-shadow: 8px 8px 12px #524f4f;
}