#navigation {
  width: 100%;
  height: 50px;
  position: fixed; 
  text-align:center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}


