#copyLink {
	cursor: pointer;
}
#copyLink:after {
	content: "\f0c5";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
}

#copyMessage {
    width: 300px;
    height: 45px;
    border-radius: 23px;
    background: #0256b1;
    color: #ffffff;
    position: fixed;
    bottom: 50px;
    left: calc(50% - 150px);
    text-align: center;
    line-height: 45px;
    z-index: 100;
}