.i_q {
    background: url('/resources/img/ui/question.png');
    height: 20px;
    width: 20px;
    display: block;
}
.i_git_1 {
    background-color: rgba(255, 255, 255, 0.216);
    /* background: url('/resources/img/ui/git/ivertocat_x.png'); */
    height: 240;
    width: 240;
    display: dynamic;
    border: 0px solid rgb(96 139 168);
    /* scale: 20%; */
}
.i_git_1:hover {
    opacity: 70%;
}

.gitLogo{
    scale: 10%;
    background: url('/resources/img/ui/git/gitlogo_y.png');
    height: 410;
    width: 1000;
    display: dynamic;
    border: 0px solid rgb(96 139 168);
}
.gitLogo:hover{
    opacity: 70%;
}