/* Style all font awesome icons */
.fa {
  position: absolute;
  font-size: 10px;
  width:30px;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
 
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
  margin-left: 300px;
 padding-top: 20px;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
/* Twitter */
.fa-youtube{
  background: #ff0000;
  color: white;
}