.fa {
	 padding: 7px;
	font-size: 23px;
	width: 36px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ffffff85;
}
.fa:hover {
  background:#384467;
  color: white;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-instagram {
  background: #ff0000ad;
  color: white;
}
.fa-whatsapp {
  background: green;
  color: white;
}
.fa-phone {
  background:#384467;
  color: #fff;
}