/* 선택 영역 가상 요소 */
.orange::selection{
  background-color: orange;
}
.dark::selection{
  color: lightgreen;
  background-color: #222;
}