*{
    padding:0px;
    margin: 0px;
    box-sizing: border-box;
}
footer{
	width: 100%;
	height: 200px;
	background-color:#E5E6FA;
	margin-top: 50px;

}
.whole-footer{
	display: flex;
	justify-content:center;
	align-items: center;
	width:100%;
	height: 100%;
	text-align: center;
}

.logo-bottom{
	margin-right: 60px;
	margin-left:60px;
}
.logo-bottom img{
	width:200px;
	height: auto;
	border-radius: 50%;
}

.connecting{
	line-height: 30px;
  
}
.connecting h4{
	font-size: 20px;
	letter-spacing: 3px;
	font-family: 'Poppins', sans-serif;
}

.connecting i{
	color: black;
	transition: 0.5s;
	
}
.connecting i:hover{
	color:darkblue;
}

.connecting a{
  text-decoration: none;
  color: black;
  font-weight: normal;
  transition:0.5s;
  
}
.connecting a:hover{
  color: lightblue;
  text-decoration: none;
}