#title a:link{
  color:black;
}
#title a:hover{
  color:red;
  visibility: hidden;
  position: relative;
}
#title a:hover:after{
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Dont click This.";
}
#title a:active{
  color:green;
  visibility: hidden;
  position: relative;
}
#title a:active:after{
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Warned ya'";
  color: red;
}

#Instructions a:hover{
  color:red;
  visibility: hidden;
  position: relative;
}
#Instructions a:hover:after{
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "when you click on a link you'll either find gold or...";
}
body{
  text-align:center;
  background-image: url(https://techcrunch.com/wp-content/uploads/2015/04/codecode.jpg?w=1024)
}
 
.text{
  background-color: white;
  margin: 60px;
  font-family: Monospace;
  
}

h1{
  margin-bottom: 40px;
  margin-top: 80px;
  font-size: 30px;
}

#Instructions a{
  :300px;
}