body{
  background-image: url("files/gbg.jpg");
  background-attachment: fixed;
  overflow: hidden;
  }
  .header{
display: flex;
  justify-content: center;
  align-items: center;
  }
.applenote {
  background-image: url('files/ahhle.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 512px;
  height: 487px;
  position: absolute;
  top: 8em;
  left: 20em;
}
.apple1{
height: 275px;
width: 345px;
margin-left: 90px;
margin-top: 140px;
}

.writing{
  position: absolute;
  top: 7em;
  left: 60em;
  
}

.writing img{
height: 350px;
width: auto;
}

.art{
  position: absolute;
  top: 26em;
  left: 53em;
  }

.art img{
  height: 175px;
width: auto;
}