@font-face{
  font-family: DK Downward Fall;
  src: url('../fonts/DK_DOWNWARD_FALL.TTF');
}

body > footer a{
  text-decoration: none;
  -webkit-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}

body > footer a:hover{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.facebook{
  color: #3b5998;
}

.googlep{
  color: #DD5044;
}

.youtube{
  color: #E12B28;
}

.twitch{
  color: #6441a5;
}

ul > li > a{
  display:block;
  text-decoration: none;
}

ul > li > a:hover{
  font-weight: bold;
}
