#my_msg {
  position: fixed;
  bottom: 60px;
  right: 90px;
  z-index: 98;
  border: none;
  outline: none;
  background-color: #ffafc6;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  max-width: 85%; 
  font-family: "Open Sans", sans-serif;
  font-size: 1.0em;
}