body {
  width: 100%;
  background-image: url(https://avasaltar.neocities.org/graphics/pngs/mirror1.png),
                    url(https://avasaltar.neocities.org/backgrounds/eden.jpeg);
  background-repeat: no-repeat, repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: contain, auto;
  color: black;
  font-family: Verdana;
  overflow: hidden;
}

.redapplelink {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.redapple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13vw; 
  height: auto;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.redapple:hover {
  position: absolute;
  left: 40%;
  right: 40%;
  transform: translate(-50%, -50%) scale(1.6);
}

.apang {
  position: absolute;
  left: 13%;
  top: 10%;
  width: 6vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.begging {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.withahunger {
  position: absolute;
  left: 17%;
  top: 42%;
  width: 10vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.fatedtofeed {
  position: absolute;
  left: 11%;
  top: 60%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.isithungry {
  position: absolute;
  left: 28%;
  top: 70%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.justanothertaste {
  position: absolute;
  left: 10%;
  top: 80%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.more {
  position: absolute;
  left: 75%;
  top: 15%;
  width: 6vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.originalsin {
  position: absolute;
  left: 80%;
  top: 48%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.pleading {
  position: absolute;
  left: 93%;
  top: 34%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.releaseyourself {
  position: absolute;
  left: 89%;
  top: 70%;
  width: 8vw; 
  height: auto;
  transform: translate(-50%, -50%);
}

.takeabite {
  position: absolute;
  left: 50%;
  top: 70%;
  width: 10vw; 
  height: auto;
  transform: translate(-50%, -50%);
}








