body {
  background: rgba(16, 31, 35, 1);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

[draggable] {
  cursor: move;
}

p {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, .7);
  font-size: 1.25em;
  z-index: -1;
}