#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
}

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