body {
  background-image: url(checkertranslucent.gif);
  background-color: lightgrey;
}

div {
  margin: auto;
  width: 800px;
  background-color: black;
  border: white 3px;
  border-style: outset;
  padding: 5px;
}

p {
  color: white;
  font-family: 'Courier New', monospace;
  text-align: center;
}

h1 { 
  background-image: linear-gradient(to bottom, red, darkred);
  background-clip: text;
  color: transparent;
  font-family: 'Courier New', monospace;
  text-align: center;
}

h3 {
 color: white;
 font-family: 'Courier New', monospace;
 text-align: center;
}

h2 {
 color: white;
 font-family: 'Courier New', monospace;
 text-align: center;
}

a:link{
  color: white;
}

a:visited{
  color: white;
}

a:hover{
  color: lightgray;
}

a:active{
  color: darkred;
}