.jstree {
    height: 86vh;
    width: 25vw;
    border-radius: 10px;
    color: black;
}

.college-accepted {
    font-weight: 500 !important;
    color:green !important;
}

.college-not-accepted {
    font-weight: 100 !important;
    color: rgb(255, 7, 7) !important;
    
}