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