
#myBtntest {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 20px;
  border-radius: 4px;
  
}
#myBtntest:hover {
  background-color: #555;
}

