h1 {
color: red;
  font-family: "Eras ITC", "Eras Light ITC", sans-serif;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
}

h2 {
color: red;
  font-family: "Eras ITC", "Eras Light ITC", sans-serif;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
}

p {
  width: 80vw;
  margin: 1vh auto;
  color: red;
  font-family: "Eras ITC", "Eras Light ITC", sans-serif;
}

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

/* visited link */
a:visited {
  color: red;
}

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

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