﻿.github-link {
    position: fixed;
    top: 10px;
    right: 10px;
    color: white;
    transition: transform 0.2s;
}

.github-link:hover {
    transform: scale(1.1);
    color: #4078c0; 
}