button {
  background: green;
}
button:hover {
  background: black;
}
