body{
    width:100%;
    margin: auto;
    }
    
.footer {
  margin: auto;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 1000px;
  align:center;
  background-color: #000000;
  color: white;
  text-align: center;
  font-family: 'Helvetica';
  
}