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

::selection {
  color: white;
  background: #E03D36;
}
body{
    background:#f8f5f1;
}