.avatarCredits {
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    width: 140px;
    height: max-content;
}

.githubProfiles {
    display: grid;
    gap: 25px;
}

.githubProfile {
    display: flex;
    gap: 35px;
}

#credits {
    padding-bottom: 30px;
}