body { background-image: url("Error.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  -webkit-background-size: 100% 100%;
      -moz-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
    color: black;
    font-family: Verdana;}
    
   a:visited{
  color:#67e92a;
}
a:link{
  color:#67e92a;
}
a:visited{
  color:#67e92a;
}
a:hover{
  color:#67e92a;
}
a:focus{
  color:#67e92a;
}
a:active{
  color:#67e92a;
}


p{font-size: 72px;
  bottom: 100px;
  float: left;
  text-align: left;
  position: absolute;
}