

.footer {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;

}
.center{
  float: left;
  width: 33%;
  color: #1261a0;
  height: 200px;
  

  background-color:#f9d1d1;
}

.footer-middile{
  margin-left: 150px;
  text-align: center;
}
.right{
  float: left;
  width: 33%;
  color: #1261a0;
  height: 200px;
  text-align: center;

  background-color:#f9d1d1;
}
.left
{
  float: left;
  width: 33%;
  color: #1261a0;
  height: 200px;
  text-align: center;

  background-color:#f9d1d1;
}
.contain:after {
  clear: both;
}
li{
  margin-left: 7em;
}