body{background-color:black;color:white;font-size:large;font-family:Comic Sans MS;font-weight:bold;}a{color:Red;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  
  
  
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
#myBtnn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}