body {
  font-family: Georgia, serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  background: #f9f9f9;
  color: #111;
}

nav {
  text-align: center;
  margin-bottom: 2em;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #005577;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

h1, h2 {
  color: #003344;
}

section {
  margin-bottom: 3em;
}


.photo-bio {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.photo-bio img.photo {
  width: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.photo-bio .bio {
  flex: 1;
}

h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}

nav a.active {
  color: #aa0033;
  text-decoration: underline;
}