body {
  background-image: url("gothbackground.gif");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  font-family: "Courier New", monospace;
}

h1 {
  color: greenyellow;
  text-align: center;
  text-shadow: 2px 2px 8px darkred;
  border: 3px solid darkred;
  background-color: black;
  margin-left: 400px;
  margin-right: 400px;
}

p {
  color: mediumpurple;
  border: 5px solid red;
  margin-left: 1500px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: darkred;
  text-align: center;
  text-shadow: 8px 8px 8px black;
}

a {
  color: chartreuse;
}

img {
  margin-right: 0;
  margin-left: 1640px;
  margin-top: 460px;
}