.footer-container {
	background-color:hsl(233, 26%, 24%);
	display:flex;
	flex-direction:column;
	align-items:center;
	position:relative;
	padding-bottom:60px;
}



.footer-logo img {
	width:200px;
}



.footer-icons {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:190px;
	position:absolute;
	top:108px;
}
.footer-icons img {
	width:25px;
	border:none;
}


.footer-nav {
	margin-top:30px;
	width:200px;
	height:200px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	color:rgba(255,255,255,0.8);
	font-size:15px;
}



.footer-button {
	display:flex;
	justify-content:center;
	margin-top:25px;
	margin-bottom:25px;
}
.footer-button button{
	border:none;
	border-radius:50vh;
	font-family:Roboto, Arial;
	font-weight:700;
	font-size:14px;
	color:rgba(255,255,255,0.9);
	background-color:hsl(136, 64%, 51%);
	padding:14px 38px;
	text-align:center;
}


.footer-rights {
	font-size:15px;
	color:rgba(255,255,255,0.8);
}