.link-home,
.icon-home {
    width: 38px;
    height: 38px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    stroke: rgb(0, 0, 0);
    stroke-width: 1.5rem;
    fill: rgb(255, 255, 255);
}

.link-home:hover,
.icon-home:hover {
    fill: rgb(0, 0, 0);
    scale: 1.4;
    transition: all 0.5s ease-in-out;
}