#myBtn {
    display: none; 
    position: fixed; 
    bottom: 40px; 
    right: 14.5px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #0f0f0f; 
    color: white; 
    cursor: pointer; 
    border-radius: 40px; 
    font-size: 18px; 
    width: 70px; 
    height: 70px;
    text-align: center;
    transition-duration: 0.4s;
  }
  
  #myBtn:hover {
    background-color: white; 
    color: black; 
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }
  
  .btp {
    display: flex;
    align-items: center;
    justify-content: center;
  }