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:537px;
}
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: 535px;
  top: 40px;
    font-weight: bold;
  }
  div.about {
    position: absolute;
    left: 500px;
    top: 80px;
  }
  div.silhouette {
    position: absolute;
    left: 80px;
    top:300px;
  }
