.parentIcon {	
	display: flex;
	justify-content: center;
	align-items: center; /* To align vertically, if needed */
}
.faceIcon{
	display:inline-block;
	width: 50%;
	height: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/elements/facebook.svg);
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(360deg) brightness(100%) contrast(0%);
}

.instaIcon{
	display:inline-block;
	width: 50%;
	height: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/elements/instagram.svg);
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(360deg) brightness(100%) contrast(0%);
}