body {
  font-family: "Times New Roman", Times, serif;
  background-color: #ffffff;
  color: #000000;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

h1,
h2 {
  text-align: center;
}

hr {
  border: 0;
  border-bottom: 2px solid #000000;
  margin: 20px 0;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

.bio-box {
  background-color: #e0e0e0;
  border: 2px solid #000000;
  padding: 15px;
  margin-bottom: 20px;
}

ul {
  list-style-type: square;
}

li {
  margin-bottom: 10px;
}

.footer {
  text-align: center;
  font-size: small;
  margin-top: 40px;
}