body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1.6em;
  color: black;
}

.intro { 
  text-align: left; 
  font-family: Arial;
}


h1 { 
  font-size: 16px;
  font-family: Georgia, sans-serif;
  color: black;
  font-weight: normal;
}

h2 { 
  font-size: 16px;
  font-family: Georgia, sans-serif;
  color: black;
  font-weight: normal;
}

p { 
  font-size: 14px;
  font-family: Georgia, sans-serif;
  font-weight: normal;
  color: black;
}


a:link {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  color: green;
}

a:active {
  color: green;
}

#image-gallery { 
  width: auto; 
  margin-left: auto;
  margin-right: auto;
}

#current-image { 
  width: 100%;
} 

#image-thumbs { 
  display: flex; 
  justify-content: center; 
  margin-top: 20px;
}

.thumb { 
  width: 80px; 
  height: 80px; 
  object-fit: cover; ß
  margin-right: 10px;
  cursor: pointer;
}