.github-logo {
    display: block;
    justify-self: center;
    align-self: center;
    width: clamp(22px, 30cqw, 50px);
    height: auto;
    object-fit: contain;
    max-width: none;
    max-height: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    filter: invert(1);
}

.github-logo:hover {
    transform: scale(1.1);
}

.github-logo:active {
    opacity: 1;
    transform: scale(1.12);
    filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.25));
}
