h1 {
  color: blue;
  text-decoration: underline;
}

button {
  height: 35px;
  width: 60px;
  border-radius: 9px;
  font-weight: bold;
  background-color: blue;
  color: white;
}

button:hover {
  background-color: yellow;
  color: black;
}
