footer {
	position: fixed;
  	text-align: center;
  	background-color: #000000;
	bottom: 0;
  	color: white;
	width: 100%;
	z-index: 1;
}