.fa
	{
		transition: transform .5s;
	}
	.fa:hover{
		transform: scale(1.5);
	}
