.footer {
   position: fixed;
   z-index: 999;
   padding: 9px;
   height: 41px;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #1B1B1B;
   color: white;
   text-align: center;
}