.my-div{
    background-color: white;
    color: black;
    cursor:  pointer;
    text-decoration: none;
}

.my-text{
    color: black;
    
}
 .my-text, .my-div:hover{
    background-color: #0C0C0C;
    color: white;
}

.item{
    text-decoration: none;
    cursor: pointer;
    color: #0C0C0C;
}

 .item:hover{
    background-color: #0C0C0C;
    color: white;
}

.bg-icon{
    background-color: #0C0C0C;

}