@charset "utf-8";
.footer {
	text-align: center;
	color: white;
	background-color: #00306F;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
