
* {
  -webkit-touch-callout: none !important; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none !important; /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  ) !important; /* prevent tap highlight color / shadow */
  -webkit-user-select: none !important; /* prevent copy paste, to allow, change 'none' to 'text' */
}

