/*body {
    background-color: #000;
    color:white;
}*/

h1 {
    color: var($primary);
}

#searchStudentInput:empty:before {
    content: attr(placeholder);
    color: #999;
    
}

.text-bold {
    font-weight: bold;
}