.white{
    color: white;
}
.white:hover{
    color: lightgray;
}
#notif{
    cursor: pointer;
}