#myBtn {
    display: block;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: rgb(105, 21, 242);
    cursor: pointer;
}

#myBtn:active {
    background-color: rgb(17, 240, 32);
}

#myBtn::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#myBtnp {
    display: block;
    width: 50px;
    position: fixed;
    bottom: 110px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
  }
  #myBtnp:hover {
    background-color: rgb(105, 21, 242);
    cursor: pointer;
  }
  #myBtnp:active {
    background-color: rgb(17, 240, 32);
  }
  #myBtnp::after {
    content: "*";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff;
  }
a {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
}
