body {
  background-image: url(https://goombastomp.com/wp-content/uploads/2018/07/Oot-Ganons-Catle-Ganondorf.jpg);
  background-size: 1680px 980px;
  background-repeat: no-repeat;

}


.ganon {
  transform: scale(0.75);
  padding-left: 55px;
}

.hurt {
  top: 1px;
  transform: scale(0.2);
  z-index: 1;
  position: absolute;
  left: 460px;

}

.text {
  font-family: 'VT323', monospace;
  font-style: italic;
  color: white;
  font-weight: lighter;
  font-size: 18px;
  border-width: thin; border-color: white; border-style: dotted;
  padding: 10px;
  left: 650px;
  top: 370px;
  width: 400px;
  height: 25px;
  position: absolute;
  text-align: center;
  background-color: black;
  z-index: 1;
  font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
}

.text2 {
  font-family: 'VT323', monospace;
  font-style: italic;
  color: white;
  font-weight: lighter;
  font-size: 18px;
  border-width: thin; border-color: white; border-style: dotted;
  padding: 10px;
  left: 750px;
  top: 470px;
  width: 200px;
  height: 25px;
  position: absolute;
  z-index: 1;
  text-align: center;
  background-color: black;
  font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
}

.text3 {
  font-family: 'VT323', monospace;
  font-style: italic;
  color: white;
  font-weight: lighter;
  font-size: 18px;
  border-width: thin; border-color: white; border-style: dotted;
  padding: 10px;
  left: 750px;
  top: 520px;
  width: 200px;
  height: 25px;
  position: absolute;
  text-align: center;
  background-color: black;
  z-index: 1;
  font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
}
