body {
  background-color: white;
}

/* unvisited link */
a:link {
  color: #218721;
}

/* visited link */
a:visited {
  color: #218721;
}

/* mouse over link */
a:hover {
  color:#218721;
}

/* selected link */
a:active {
  color: #218721;
}

h1 {
  color: black;
  font-family: arial;
  font-size: 35px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%; 
}

h2 {
  color: red;
  font-family: arial;
  font-size: 32px;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%;
}

h3 {
  color: black;
  font-family: arial;
  font-size: 29px;
  text-align:center;
  margin-left: 3%;
  margin-right: 3%;
}

p {
  font-family: arial;
  font-size: 22px;
  color: black;
  text-align: center;
  margin-left: 11%;
  margin-right:11%; 
}

figcaption {
  font-family: arial;
  font-size: 22px;
  color: red;
  text-align: center;
  margin-left: 11%;
  margin-right:11%; 
}

.centertext {
  
  text-align:center;
  margin-left: 15%;
  margin-right: 15%;
}

a.one:link {color: #218721;font-size: 35px;}

div.list {
  text-align: center;
  margin-right: 15%;
}

ul {
  list-style: square;
  color: black;
  list-style-position: inside;
  font-family: arial;
  font-size: 23px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 99%;
  border-radius: 10%;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

table {
  border-spacing: 0;
  width:69%;
  border-collapse: collapse;
  text-align: center;
}

th, td {
  text-align: center;
  padding: 8px;
  border: 2px solid black;
  font-family: arial;
  color: black;
  font-size: 20px;
  background-color: white;
}

.row {
  display: flex;
  margin-left:-5px;
  margin-right:-5px;
 }

.column {
  flex: 50%;
  padding: 3px;
  text-align: center;
 }