::-moz-selection { /* Code for Firefox */
    color: fuchsia;
    background: silver;
}
::selection {
    color: fuchsia;
    background: silver;
}
