body {
 background-color: grey;
 color:blue;
 }
 header {
 background-color:black;
 }
 footer {
   background-color: white;
   height: 150px;
   width: 100%;
   align-items: center; 
    }
