footer {
	width: 100%;
	background-color: #0a0a0a;
	display: flex;
	justify-content: space-between;
	padding: 15px 30px;
	align-items: center;
	z-index: 9;
}

footer a{
	color: #808080;
	text-decoration: none;
}

.copy{
	color: gray;
	font-size: 15px;
}