#myBtn {
  font-family: "Roboto Condensed", sans-serif, Arial;
  font-size: 14px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #cc0000;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00346d;
}