body {
  position: relative;
  margin: 0;
  background: #000;
  overflow: hidden;
  cursor: default;
  width: 100%;
  height: 100%;
}

#traveller {
  width: 1px;
  height: 1px;
  background: #fff;
  position: absolute;
}
