h1 {
  color: black;
  font-size: 12px;
  background-color: orange;
  border: 4px solid black;
}
body {
  background-color: orange
}