.navbar-brand img{
    transition: transform .1s;
}

.navbar-brand img:hover{
    transform: scale(1.03);
}
