footer.footer {
	width: 100%;
	display: block;
	padding: 20px;
	color: white;
	text-align: center;
	background-color: black;
}

footer.footer p {
	color: white;
	font-size: 16px;
	padding-bottom: 0;
}

footer.footer button {
	display: inline-block;
	padding: 6px;
	font-size: 14px;
	outline: none;
	border: none;
	color: white;
	text-decoration: underline;
	background-color: transparent;
	transition: 0.2s all;
	cursor: pointer;
}

footer.footer button:hover {
	opacity: 0.5;
}
