#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #493085;
  color: white;
  cursor: pointer;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.2s transform ease-in-out;
}

#myBtn:hover {
  background-color: #ffffff;
  color: #493085;
  border: 2px solid #493085;
}
