html,body{
	margin: 0;
	padding: 0;
	
}

.footer-section{
	width: 100%;
	height: auto;
	background-color: #111111;
	display: flex;
	justify-content: center;
	
}

.footer{
	width:70%;
	height: 70px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.6);
}

