body {
  background-image: url("backgrounds/bricks-black-60.jpg");
  background-color: #1C1C1C;
  color: #F7F7F7;
  font-family: Verdana;
  margin-left: 20%;
  margin-right: 20%;
}

h1 {
  text-align: center;
}

/* unvisited link */
a:link {
    color: #00ACBF;
}

/* visited link */
a:visited {
    color: #9F29BC;
}

/* mouse over link */
a:hover {
    color: #ED46FF;
}

/* selected link */
a:active {
    color: yellow;
}

footer {
  font-size: 70%;
  text-align: center;
}