* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.footer {
	background: #222222;
}

.footer .cont {
	height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.footer .cont p {
	line-height: 26px;
	color: #ACACAC;
}

.footer .cont a {
	color: #F68D09;
}