    <style>
      /* NO SELECT + HIGHLIGHT COLOR */
      * {
        user-select: none;
      }
      *::selection {
        background: none;
      }
      *::-moz-selection {
        background: none;
      }
    </style>