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

.fa:hover {
  opacity: 0.7;
  cursor: pointer;
}

.fa-square-facebook {
  background: none;
  /* color: white; */
}

.fa-apple {
  background: none;
  /* color: white; */
}

.fa-google {
  background: #dd4b39;
  /* color: white; */
}

.fa-square-x-twitter {
  background: none;
  /* color: white; */
}

.fa-spotify {
  background: none;
  /* color: white; */
}

.fa-youtube {
  background: none;
  /* color: white; */
}

.fa-instagram {
  background: none;
  /* color: white; */
}

.fa-envelope {
  background: none;
  /* color: white; */
}

.fa-soundcloud {
  background: none;
  /* color: white; */
}

.fa-snapchat-ghost {
  background: #fffc00;
  /* color: white; */
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  /* color: white; */
}

.fa-android {
  background: #a4c639;
  /* color: white; */
}

.fa-dribbble {
  background: #ea4c89;
  /* color: white; */
}

.fa-vimeo {
  background: #45bbff;
  /* color: white; */
}

.fa-tumblr {
  background: #2c4762;
  /* color: white; */
}

.fa-vine {
  background: #00b489;
  /* color: white; */
}

.fa-foursquare {
  background: #45bbff;
  /* color: white; */
}

.fa-stumbleupon {
  background: #eb4924;
  /* color: white; */
}

.fa-flickr {
  background: #f40083;
  /* color: white; */
}

.fa-yahoo {
  background: #430297;
  /* color: white; */
}

.fa-reddit {
  background: #ff5700;
  /* color: white; */
}

.fa-rss {
  background: #ff6600;
  /* color: white; */
}
