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

    border-bottom: 5px solid white;
}

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

    border-bottom: 3.5rem solid #0C0C0C;

}

.item-id{
    text-decoration: none;
    cursor: pointer;
    color: #0C0C0C;
    border-bottom: 40px solid white;


}

 .item-id:hover{
    border-bottom: 40px solid #0C0C0C;
}

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

}