h1 {
  color: #fff;/*文字色*/
  border: solid 3px #fd7e16;/*線色*/
  padding: 0.9em;/*文字周りの余白*/
  background: #fd7e16;
}