body {
  background-image: url(http://i.imgur.com/7CpJe.jpg);
  background-size: 1680px 980px;
  background-repeat: no-repeat;

}

.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: 630px;
  top: 200px;
  width: 400px;
  height: 25px;
  position: absolute;
  text-align: center;
  background-color: black;
  font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
}

.mastersword {
    text-align: center;
    transform: rotate(135deg);
}

.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: 800px;
  top: 305px;
  width: 55px;
  height: 45px;
  background-color: yellow;
  position: absolute;
  text-align: center;
  visibility: hidden;
  font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
}
