::-moz-selection { /* Code for Firefox */
  color: white;
  background: #8ec096;
}

::selection {
  color: white;
  background: #8ec096;
}