h1 {
  margin-top: 0;
  text-align: center;
  font-size: 40px;
  font-family: 'Helvetica', sans-serif;
  color: #a4d800;
}

h1 span {
  margin-top: 0;
  background-color: #002400;
  font-size: 32px;
}

h2 span {
  margin-top: 0;
  text-align: center;
  font-family: 'Helvetica', sans-serif;
  color: #a4d800;
  font-size: 42px;
}

span {
  margin-top: 0;
  background-color: #002400;
}

h2{
  margin-top: 0;
  text-align: center;
  font-size: 12px;
  font-family: 'Times New Roman', serif;
  color: darkolivegreen;
}

h3{
  margin-top: 0;
  text-align: center;
  font-size: 26px;
  font-family: 'Helvetica', sans-serif;
  color: hotpink;
  margin-bottom: 6px;
}

h3 span{
  background-color: #1a084f;
}

article {
  margin: 0 auto;
  margin-top: 0;
  width: 800px;
  font-family: 'Times New Roman', serif;
  background-color: black;
}

li {
  margin-right: 40px;
}

p {
  width: 700px;
  margin: auto;
  margin-bottom: 18px;
}

p, li {
  font-family: 'Times New Roman', serif;
  text-align: center;
  font-size: 20px;
  color: #a4d800;
  line-height: 1.3;
  
}

body {
  background-image: url("oldgraphics/swampico.gif");
  background-repeat: repeat;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.interests {
  flex: 1;
  align-items: center;
  text-align: center;
}

.interestsimage {
  flex: 1;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.interestsection {
  display: flex;
  width: 800px;
}

a {
  color: saddlebrown;
}

a:hover {
  color: sandybrown;
}