.copy-button{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#2563eb;

    color:#fff;

    border:0;

    padding:14px 22px;

    border-radius:10px;

    cursor:pointer;

    font-size:16px;

    transition:.25s;

}

.copy-button:hover{

    background:#1d4ed8;

}