#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color:#f2f2f2;
  color:#000;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
}

#myBtn:hover {
  background-color: #555;
}



