#nightModeSwitch {
  border-radius: 50px;
  box-shadow: 0 0 5px yellow;
  transition: all 0.5s ease;
}

#nightModeSwitch:hover {
  cursor: pointer;
}