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