body {
  user-select: none;
  -webkit-user-select: none;
}

button {
  cursor: pointer;
}