body {
  background-image: url(https://media1.giphy.com/media/eBtpLQVJeFEBx92VCy/giphy.gif);
  background-repeat: no-repeat;
  background-size: cover;
}
    .text2 {
      font-family: 'VT323', monospace;
      font-style: italic;
      color: purple;
      font-weight: lighter;
      font-size: 18px;
      border-width: thin; border-color: purple; border-style: dotted;
      padding: 10px;
      left: 300px;
      top: 450px;
      width: 250px;
      height: 25px;
      position: absolute;
      text-align: center;
      background-color: thistle;
      font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
    }

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

    .epona {
      padding-top: 410px;
      padding-left: 650px;
      position: absolute;
      opacity: 1%
    }

    .link {
      padding-top: 1px;
      padding-left: 1px;
      position: absolute;
      opacity: 100%
    }
