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

/*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(128,159,57, 0.8);
      
    }


  p {
display: block;

  }

  #Games {

    display: block;

  }


/*SM icons*/

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}


.fa-youtube:hover {
  opacity: 0.9;
  color: #FF0000
}

.fa-twitter:hover {
  opacity: 0.9;
  color: #00ACEE;
  
  
}


.fa-facebook:hover {
  opacity: 0.9;
  color: rgb(66,103,178);
}

.fa-facebook {
  
  color: white;
}

.fa-twitter {
  
  color: white;
}

.fa-youtube {
  color:white
}

