body {
    background-color: grey;
 
  width:100%;
  overflow:scroll;
  margin:auto;
  min-height: 400px;
  margin-bottom: 100px;

}

.container {
    
    width:800px;
    margin:auto;
    height:90%;
    overflow:scroll;
   
}
.footer {  
   position:fixed;
    bottom:15px;
    font-family: arial;

}

h1 {
    font-family: arial;
}

h6 {
    font-family: arial;
}