::-moz-selection { /* Code for Firefox */
  color: #101D32;
  background: #D5FF2B;
}

::selection {
  color: #101D32;
  background: #D5FF2B;
}