.copy-btn {
    margin-top: 50px;
}
.footer-button {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px; /* Adjust as needed */
    z-index:1000;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    opacity:0.8;
    color: black;
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

 
 

