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: 500pxpx;
    height:535px;
}
div.contentstext {
  position: absolute;
  left: 100px;
  top: 200px;
}
div.options {
  color: fed02c;
  font-family:'Segoe UI', Tahoma,;
  font-size: 20px;
 position: absolute;
  left: 550px;
  top: 150px;
}
div.image1 {
    position: absolute;
    left: 800px;
    top:190px;
  }
  div.image2 {
    position: absolute;
    left: 795px;
    top:340px;
  }