@charset "utf-8";
/* CSS Document */

footer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5vh;
	font-size: 0.8rem;
	background-color: White;
	color: Silver;
}