body {
  margin: 2em auto;
  padding: 0 2em;
  max-width: 40em;
  line-height: 1.6;
  font-size: 14pt;
  font-family: monospace;
}
h1, h2, h3 {
  line-height:1.2
}

img {
  border: .2em solid;
}

dt {
  font-weight: bold;
}

a {
  color: darkolivegreen;
  text-decoration-thickness: .1em;
  text-decoration-skip-ink: all;
}

a:hover {
  color: olive;
}

a[href^="http"]::after,
a[href^="https"]::after {
  content: " ┼";
}

header {
  margin-bottom: 2em;
}
header, header nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0 1em;
}

header img {
  width:  6em;
  height: 6em;
  object-fit: cover;
}

header nav ul li {
  list-style: none;
}

header nav ul {
  margin: 0;
  padding: 0;
}

.photo-overview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: .3em;
}

.photo-overview a {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.photo-overview img {
  width: 9em;
  height: 9em;
  object-fit: cover;
}

img.photo-preview {
  max-width: calc(100% - .4em);
}

dl.photo-exif {
  font-size: .8em;
  display: flex;
  flex-wrap: wrap;
}
dl.photo-exif div {
  margin: .3em 1em;
}

dl.photo-exif dt {
  font-weight: light;
  font-size: .8em;
}

dl.photo-exif dd {
  display: inline-block;
  margin-left: .5em;
}

pre, code {
  background-color: lightgrey;
  padding: .2em;
}

pre {
  overflow-x: auto;
}
