.icon-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.icon {
    fill: #0077b5; /* Default color for LinkedIn */
    width: 40px;
    height: 40px;
}

.icon:hover {
    fill: #333; /* Change color on hover */
}
