.footer {
	background-color: #11122b;
	color: #cbcbcb;
	font-family: "Ubuntu Condensed", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 300px;
	margin-top: -4px;
}

.footer >.logo-footer {
	margin-top: 42px;
}

.footer > .logo-footer img {
	width: 100%;
	height: 160px;
	border-radius: 80px;
}

.footer > .links-wrapper {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 400px;
}

.footer > .copyright-wrapper {
	margin-bottom: 42px;
	font-size: 0.7em;
	color: #858585;
}
