:host {
  display: block;
}
button {
  background-color: aqua;
}
button:hover{
  background-color: blue;
}
