.hello {
  background-color: red;
}

div:hover {
  background-color: green;
}