.grow {
  transition: all .2s ease-in-out;
}

.grow:hover {
  transform: scale(1.25);
}

#facebook:hover {
  transition: all .5s ease-in-out;
  background-color: #3b5998;
}

#instagram:hover {
  transition: all .5s ease-in-out;
  background-color: #e95950;
}

#twitter:hover {
  transition: all .5s ease-in-out;
  background-color: #55acee;
}

#youtube:hover {
  transition: all .5s ease-in-out;
  background-color: #bb0000;
}

#github:hover {
  transition: all .5s ease-in-out;
  background-color: #000000;
}

#reddit:hover {
  transition: all .5s ease-in-out;
  background-color: #ff4500;
}

#snapchat:hover {
  transition: all .5s ease-in-out;
  background-color: #fffc00;
}

#twitch:hover {
  transition: all .5s ease-in-out;
  background-color: #b9a3e3;
}
