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