footer {
	background-color: #ffffff;
	border-top: 1px solid #dcdcdc;
	color: #1d1d1d;
	text-align: center;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
}
footer .social {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
			
}
footer .social .item{
	height: 32px;
	width: 32px;
	padding: 10px;
	cursor: pointer;
			
}
footer .social .item img{
	width: 100%;
	height: 100%;
}