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:536px;
}
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.map {
    position: absolute;
    left: 120px;
    top: 175px;
  }
  div.peru1 {
    position: absolute;
    left: 890px;
    top: 95px;
  }
  div.peru2 {
    position: absolute;
    left: 800px;
    top: 340px;
  }
  div.tape1 {
    position: absolute;
    left: 1070px;
    top: 60px;
  }
  div.tape2 {
    position: absolute;
    left: 770px;
    top: 435px;
  }
  div.about1 {
    position: absolute;
    left: 480px;
    top: 190px;
    background-color: #85c68d;
    ;
    padding-left: 6px;
  }
  div.about2 {
    position: absolute;
    left: 120px;
    top: 450px;
    background-color: #85c68d;
    padding-left: 6px;
  }