/* Prevents text selection and callout menu */
* {
  -webkit-user-select: none; /* Safari/iOS */
  -webkit-touch-callout: none; /* Disable the long-press callout */
  user-select: none;
}