/* Sirf selection disable (optional) */
body {
  user-select: none;
}

/* Inputs mein typing allow */
input, textarea {
  user-select: text;
}