.footer {
	background-color: #f2f2f2;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

.footer-canvas {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #888;
	width: 960px;
    padding: 20px;
	text-align: left;
	margin: auto;
}