.image{
    transition: transform 1s ease;
}
.image:hover{
    transform: scale(1.2);
}
.link{
    color:rgb(163, 162, 162);
     text-decoration: none;  
}
.link:hover{
    background-color:white;
}
.dropdown{
    color:yellowgreen;
}