body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background: #111;
  color: white;
}

.num {
  position: absolute;
  cursor: grab;
  user-select: none;
  font-weight: bold;
}