.ic {
        text-align: center;
        background-color: #4d4d4da0;
}

.ic a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.ic a:hover {
    text-decoration: none !important;
}