div.floating {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  background: wheat;
  /* height: 400px; */
  z-index: 1000000;
  padding: 10px;
  border: 3px solid #4caf50;
  /* white-space: pre-wrap; */
}
