.myfooter{
height:200px;
width:100%;
border:0px solid blue;
display:flex;
justify-content:space-around;
align-items:center;
background:black;

}
.myftrn{
		float:left;
	border:0px solid red;
	height:180px;
	width:300px;
	color:white;
	text-align:center;
		
	
}