#Bottombar {
  display:none;
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: 0.5s;
}



