.checked {
    color: orange;
}

.fa {
    font-size: 150px;
    cursor: pointer;
    user-select: none;
}

.fa:hover {
  color: darkblue;
}

.treehover:hover {
    background: #333;
}