body {
  font-family: "Georgia", serif;
  margin: 1rem;
  padding: 0;
  background-color: #fafafa;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
}

.container {
  max-width: 1400px;
  padding: 2rem;
}

.header-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}


nav {
  text-align: right;
}


nav a {
  color: #004080;
  text-decoration: none;
  margin-left: 1rem;
  font-weight: bold;
}

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


header {
  margin-bottom: 2rem;
}

h1 {
  font-size: 1.5rem;
  margin: 0.2rem 0;
}
.site-title {
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #555;
}

.intro {
  max-width: 600px;
  margin: 0.8rem auto 1.2rem;
}

section {
  text-align: left;
  margin: 2rem 0;
}
.main-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.top-header {
 margin-bottom: 2rem;
}

h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 1rem;
}

footer {
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #888;
}
details {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

summary {
  cursor: pointer;
  color: #004c99;       
  font-weight: 500;
}

summary:hover {
  text-decoration: underline;
}
.intro-section {
  display: flex;
  align-items: center;
  gap: 20px;          
  margin: 2rem 0;
}

.profile-photo {  
  height: 450px;
  width: auto;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;  
  object-fit: contain;
}

.intro-text {
  max-width: 600px;   
}
.photo-intro {
  text-align: center;  
}
.photo-comment {
  font-style: italic;
  color: #555;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

