.footer{
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  	font-size: 16px;
   	color: black;
}
.footer-ul{
     display: flex;
  	 list-style-type: none;
  	 justify-content: center;
}
.footer-ul li a{
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin: 20px;
  color: black;
}

.footer-ul li a:hover{
  text-decoration: underline;
}

.versalogo{
  float:left;
}
.rights{
  float: right;
}
