.battery-div img {
    border-radius: 10px;
    transition: 0.5s;
}

.battery-div:hover img {
    box-shadow: 0 0 3px black;
    margin-top: -10px;
}