.copyPNode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.copyBtn {
    position: absolute;
    bottom:  25%;
    right: 18%;
    height: 3vw;
    width: 3vw;
    max-width: 35px;
    min-width: 20px;
    max-height: 35px;
    min-height: 20px;
    cursor: pointer;
}