renovation:hover{
background-color: black;
}
img:hover{
filter:grayscale(100%);
transition: filter 0.5s ease;
}
