body {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
  background: #fdfdfb;
  line-height: 1.5;
}

header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

header img {
  height: 32px;
  width: 32px;
}

header h1 {
  font-size: 1.2em;
  margin: 0;
}

nav {
  margin-bottom: 30px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95em;
}

nav a {
  color: #111;
  text-decoration: none;
}

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

nav .current {
  font-weight: bold;
}

h2 {
  padding-bottom: 4px;
}

a {
  color: #0000ee;
}

a:visited {
  color: #551a8b;
}

.entry {
  margin-bottom: 30px;
}

.entry img {
  max-width: 100%;
  height: auto;
  border: 1px solid #999;
  display: block;
  margin-bottom: 8px;
}

.entry h3 {
  margin-bottom: 4px;
}

footer {
  margin-top: 50px;
  border-top: 1px solid #999;
  padding-top: 10px;
  font-size: 0.85em;
  color: #555;
}

div.email > span:nth-child(1), span:nth-child(3) {
	display: none;
}