.button { background-color: blue; transition: background-color 0.3s ease; }
.button:hover { background-color: red; }