body {
  background-color: white;
}

/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: red;
}

h1 {
  color: black;
  font-family: arial;
  font-size: 35px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%; 
}

h2 {
  color: black;
  font-family: arial;
  font-size: 32px;
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
}

p {
  font-family: arial;
  font-size: 25px;
  color: black;
  text-align: left;
  margin-left: 10%;
  margin-right:10%; 
}

.centertext {
  font-family: arial;
  font-size: 25px;
  color: black;
  text-align: center;
  margin-left: 11%;
  margin-right:11%; 
}

figcaption {
  color: black;
  font-family: arial;
  font-size: 25px;
  text-align:center;
  margin-left: 3%;
  margin-right: 3%;
}

a.one:link {color: red;font-size: 30px;}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 99%;
  border-radius: 15px;
}