body {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

*:focus {
  outline: none;
}

#app {
  width: 100vw;
  height: 100vh;
  cursor: url("https://assets.codepen.io/122136/hand_1.png?width=38&height=54&format=auto"), auto;
}