 /* Style all font awesome icons */
.fab {
  padding: 10px;
  font-size: 20px;
  /*width: 30px;*/
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fab:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Reddit */
.fa-reddit-alien {
  background: #FF5700;
  color: white;
}

/* X / Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
} 

/* Twitch */
.fa-twitch {
  background: #6441a5;
  color: white;
}

/* Discord */
.fa-discord {
  background: #5865F2;
  color: white;
  
}