body {
  background-image: url('heavenlydelusionscreenshot.png');
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-size: cover; 
  background-position: center;
  
  color: white;
}

.header {
  /*background:  rgba(255, 255, 255, 0.5);*/
  background-image: url('marugif.webp');
  background-repeat:no-repeat;
  /*background-attachment: fixed;*/
  background-size: auto;
  background-position: center top;
  
  width:700px;
  max-width:70%;
  height: 150px;
  margin: auto;
}

.torsoOutline {
  background-image: url('bluegradient.jpeg');
  width:880px;
  height:580px;
  /*max-width:70%;*/
  padding:20px;
  margin: auto;
}

.torso {
  background-image: url('flowerchecked.gif');
  width:880px;
  height:580px;
  /*max-width:70%;*/
}

.content {
  background-image: url('tilewater.gif');
  width:600px;
  height:520px;
  max-width:70%;
  
  margin-left:20px;
  
}





