/* Füge hier Dein eigenes CSS ein */

.image:hover{ 
position: relative; 
             top: -5px;
}
.image {
box-shadow: 3px 3px 3px silver;
}