<h1>Nothing Gold Can Stay</1>
    <p>Nature's first green is gold,<br/>
    Her hardest hue to hold.<br/>
    Her early leaf's a flower;<br/>
    But only so an hour.<br/>
    Then leaf subsides to leaf.<br/>
    So Eden sank to grief,<br/>
    So dawn goes down to day.<br/>
      Nothing gold can stay.</p>
    <h4 class="author">Robert Frost</h4>
html {
    background-color: lightyellow;
    color: blue;
  text-align: center;
}
  h1 {
    color: orange;
    font-size: 25px;
    font-family: Arial;
    letter-spacing: 0.05em;
}
p{background-image:url("https://pic2.zhimg.com/v2-37ad9c41351c903958c72d513ae071e5_1440w.jpg?source=172ae18b")
}