@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body{
    height: 100%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
   
}
.tales {
    width: 100%;
    height: 200px;
  }


/*Header Fonts*/


h1, h2, h3, h4 {font-family: 'Poppins';}



ul {font-family: 'Poppins';}

p {font-family: 'Poppins';}
 

      
/*Footer*/

    footer {
      
      color: black;
      padding: 50px;
      margin-top: 10px;
     
      background: rgba(242,177,197,0.8);
      
    }


  p {
display: block;

  }

  #Games {

    display: block;

  }