@import url('https://fonts.googleapis.com/css2?family=Rowdies&display=swap');

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;
    font-family: 'Rowdies' ;
  }
  
  footer{
    font-size: x-large;
    font-family: 'Rowdies' ;
  }
  em{
    font-family: cursive;
  }
  
  div{
    text-align: right;
    font-size: 6px;
  }
