card_img{
  width: 100%;
  height: auto;
}

a card_img{
  border-radius:7px;
  transition: 1s;
 
}


a:hover card_img{

  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  
}

