footer {
	background: black;
	color: white;
	height: 100px;
	margin: 0 auto;
	width: 60%;
}

footer p {
	text-align: center;
	padding: 15px 15px;
	font-size: 14px;
}

footer a {
	color: white;
	text-decoration: none;
}
