.header-image {
  background: 
    linear-gradient(transparent, transparent, transparent, LemonChiffon), url("banner01.png");
  height:341px;
  background-repeat: no-repeat;
  text-align: center;
}

body {
  background-color: LemonChiffon;
}

h1 {
  color:            DarkGreen;
  font-family:      Garamond;
  font-size:        260%;
  font-weight:      bold;
}

p {
  font-family:      Tahoma;
  font-size:        130%;
  margin:           26px;
  margin-right:     260px;
  line-height:      1.26;
}

