#button-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  background-color: white;
}


#button-top.show {
  display: block;
}