.header {
   position: fixed;
   z-index: 999;
   padding: 8px;
   left: 0;
   top: 0;
   width: 100%;
   background-color: #000;
   color: white;
   text-align: center;
}