h1 {
  color: red;
  font-size: 25px;
  button{
    background-color: rgb(174,94,63);
    color: aqua;
}
button:hover{
  background
}