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

::selection {
    color: white;
    background: #41C4DD;
}