
.icon {
    transition: all 0.3s ease;
}
.icon:hover {
    color: #b494f3;
}
