body {
  width: 100%;
  background-image: url(https://avasaltar.neocities.org/backgrounds/field.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: black;
  font-family: Verdana;
  overflow: hidden;
}

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

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

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

.mirror:hover {
  position: absolute;
  left: 85%;
  top: 8%;
  transform: translate(-50%, -50%) scale(1.6);
}