::-moz-selection { /* Code for Firefox */
    color: white;
    background: orange;
}
  
::selection {
    color: white;
    background: orange;
}
