footer {
	background-color: var(--bg-0);
	padding: 10px;
}
footer p {
	color: var(--green);
	text-align: center;
}
footer a {
	color: var(--green);
}