
::selection {
  background: rgba(255, 180, 105, 0.8) !important;
  color: white !important;
}

::-moz-selection {
  background: rgba(255, 180, 105, 0.8) !important;
  color: white !important;
}
