::-moz-selection { /* Code for Firefox */
  color: #FFFAF1;
  background: #ff9059;
}

::selection {
  color: #FFFAF1;
  background: #ff9059;
}