::-moz-selection { /* Code for Firefox */
    color: unset;
    background: #ff7373;
}

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