i {
    transition: transform 0.2s ease-in-out;
}

a:hover i, button:hover i {
    transform: scale(1.5);
}