.logo2{
width: 40px;
height: 40px;
background: #7fee1d;
border-radius: 20px;
transition: ;
vertical-align: top;
display: inline-block;
transition:background 1s ,ease transform 1s ease ;
}
.allLogo:hover .logo2 {
transform: translateY(-15px) ;
background: #A64E00;