.button {
  background-color: lightblue;

  &:hover {
    background-color: coral;
  }
}