.footer {
	background-color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-text {
	font-size: large;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 30px;
}
