::-moz-selection { /* Code for Firefox */
  color: #F1F0EC;
  background: #C70000;
}

::selection {
  color: #F1F0EC;
  background: #C70000;
}