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:535px;
}
button {
    background-color: #fed02c;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
  div.heading {
    color: #000000;
    display: block;
  position: absolute;
  left: 50px;
  top: 60px;
    font-weight: bold;
  }
  div.image1 {
    position: absolute;
    left: 335px;
    top:140px;
  }
  div.image2 {
    position: absolute;
    left: 630px;
    top:270px;
  }
  div.notes {
    position: absolute;
    left: 695px;
    top:100px;
  }
  div.marmalade {
    position: absolute;
    left: 7px;
    top: 30px;
  }
  div.video {
    position: absolute;
    left: 170px;
    top: 320px;
  }