.header {
  padding: none;
  text-align: center;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
}

body { 
  background-color: Black;
  color: Violet;
  font-family: Garamond, serif;
  font-size: 100%;
}

h1 {
  background-color: black;
  color: darkviolet;
  font-size: 2.5em;
}

h2 {
  background-color: black;
  color: greenyellow;
  font-size: 1.5em;
}

/* unvisited link */
a:link {
  color: lime;
}

/* visited link */
a:visited {
  color: darkorange
}

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

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

p {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}
