.Footer-div {
  position: absolute;
  background-position: center;
  margin-left: -397px;
  width: 795px;
  height: 45px;
  top: 740px;
  margin-top: 0px;
  left: 50%;
  margin-right: -50%;
  z-index: 2;
  color:  white;
  background-color: none;
  text-align: center:

}

.Footer-div p {
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
