.button, 
   .btn, 
   input[type="submit"], 
   button {
       background-color: #D65050; 
       color: #FFFFFF; 
   }

   .button:hover, 
   .btn:hover,
   input[type="submit"]:hover, 
   button:hover {
       background-color: #C70039; /* Change this for hover effect */
       color: #FFFFFF; /* Text color on hover */
   }
