article { 
  padding: 5px;
  border-radius: 10px;
    box-shadow: 8px 8px 12px #524F4F;
    width: 700px;
    height: 200px;
}

article img {
  margin-right: 30px ;
  float: left;
  box-shadow: 10px 10px 12px #524F4F;
}

article section {
  font-size: large;
}

article h1 {
  font-size: 25px;
  
}

footer{
  font-size: x-large;
 
}
em{
  font-family: cursive;
}

div{
  text-align: right;
  font-size: 6px;
}
