body {
  background-color: #262626;
  color: white;
  font-family: Verdana;
  text-align: center;
}

h6 { font-size: 1em; text-align: right; }
h5 { font-size: 1.25em; }
h4 { font-size: 1.5em; }
h3 { font-size: 2.5em; }
h2 { font-size: 3em; }
h1 { font-size: 3.75em; text-align: center; }

a:link, a:visited {
  background-color: purple;
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}