svg {
    transition: fill 0.25s ease-in-out;
}

svg:hover {
    fill: rgba(0, 0, 0, 0.5);
}
