article {
  border-radius: 10px;
	box-shadow: 8px 8px 12px #524F4F;
  width: 30%;
}

article img {
  float: left;
  box-shadow: 8px 8px 12px #524F4F;
  width: 200px;
  border-radius: 2%;
  margin-left: 1%;
  
}

article section {
  padding: 10px;
  margin: 10px;
  height: 150px;
  text-align: center;
}


article h1 {
  font-family: Arial, Helvetica, sans-serif;
  
}

footer
{
  clear: both;
  box-shadow: 8px 8px 12px #524F4F;
}