html,
body,
body * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

img,
svg {
  -webkit-user-drag: none;
}

@media print {
  html,
  body {
    display: none !important;
  }
}
