.infoLink {
    color: #cdf6c1;
    transition: 0.3s ease;
}

.infoLink:hover {
    transform: scale(1.1);
}