.github-icon svg,
.linkedin-icon svg {
    transition: fill 0.3s;
}

.github-icon svg:hover {
    fill: #4078c0;  /* GitHub icon turns blue on hover */
}

.linkedin-icon svg:hover {
    fill: #0A66C2;  /* LinkedIn icon turns its official blue on hover */
}

.autogen-footer {
    font-size: 0.7em;
    color: #666;
    margin-top: 2em;
    text-align: center;
}
