footer {
	display: flex;
	position: absolute;
	bottom: 0;
	background-color: white;
	height: 60px;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	justify-content: center;
	align-items: center;
}
