::selection{
    background: #e96000;
    color: #ffffff;
}

/* for Firefox */
::-moz-selection{
    background: #e96000;
    color: #ffffff;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: #e96000;
}

::-webkit-scrollbar-track {
  background: rgba(100,100,100, .1);
}