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

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


 
 
 
 
 html { scrollbar-color: #0a555d #deeaec; scrollbar-width: thin; } html::-webkit-scrollbar { width: 16px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #deeaec !important; } html::-webkit-scrollbar-thumb:hover { background: #003d46 !important; } html::-webkit-scrollbar-thumb { background: #0a555d !important; border: -1px solid #000 !important; -webkit-border-radius: 30px !important;  } 