  .social-icons {
 background-color: #1a1aff;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
	color:#ffffff;
	padding:1rem 2rem;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627; 
}
.social-icons:hover {
    border:2px #fcd612;
}