.animation-box:hover{
    transform: translateY(-8px);
     
}
.animation-box{
    transition: all 0.3s ease-in-out;
}