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.video {
    position: absolute;
    left: 120px;
    top: 175px;
  }
  div.notes {
    position: absolute;
    left: 750px;
    top:100px;
  }
  div.image1 {
    position: absolute;
    left: 980px;
    top:200px;
  }
  div.image2 {
    position: absolute;
    left: 750px;
    top:300px;
  }
  div.about1 {
    color: #d8d8d8;
    font-size: small;
    position: absolute;
    left: 65px;
    top: 470px;
    background-color: #715925;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  div.about2 {
    color: #000000;
    position: absolute;
    left: 760px;
    top: 125px;
  }
