.heimu{
    background-color:#252525;
    color:#252525;
    transition:color 0.3s;
}

.heimu:hover{
    color:#ffffff;
}