body {
    background-color: black;
    font-family: 'Courier New', monospace;
    color: white;
}

h1 {
    color: white;
    text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
    color: white;
}

a:link {
  color: red;
}

a:visited {
  color: darkred;
}

a:hover {
  color: hotpink;
}

a:active {
  color: yellow;
}

hr {
  border: 0;
  height: 3px;
  background: linear-gradient(to right, red, black);
}
