body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  background-image:url("../images/paperbackground.png");
  background-repeat: no-repeat;
  background-size:100% 100%;
  padding:1rem;
  width:600px;
  height:545px;
}
button {
    background-color: #fed02c;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
  div.image1 {
    position: absolute;
    left: 50px;
    top:100px;
  }
  div.notes {
    position: absolute;
    left: 750px;
    top:200px;
  }
  div.text{
    position: absolute;
    left: 751px;
    top: 225px;
  }
  div.title{
    font-style: italic;
    position: absolute;
    left: 500px;
    top: 20px;
  }
  div.quote{
    position: absolute;
    left: 70px;
    top: 390px;
  }