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

::selection {
  color: white;
  background: #ddc796;
}