.cvet a {
    color: #000; 
    transition: 0.1s linear; 
   }
.cvet a:hover {
    color: #ff0000; 
   }