body {
  max-width: 600px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6;
  margin: 20px auto;
  padding: 10px;
  color: #333;
  background: #fdfaf0;
}
h1 {
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
h2 {
  margin: 40px 0 5px 0;
  line-height: 24px;
  border-bottom: 3px solid #999;
}
h3 {
  margin-top: 30px;
  font-size: 22px;
  margin-bottom: 5px;
}
h4 {
  margin-top: 30px;
  line-height: 20px;
  margin-bottom: 3px;
}
p {
  padding: 0;
  margin-top: 5px
}
img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 0 auto
}
figcaption {
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  margin: 2px auto 20px auto;
}

#content {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 5px 0 20px 0;
  font-size: clamp(10px, 2vw, 14px);
}
#content a {
  text-decoration: none;
  color: #999;
  transition: all 0.3s;
  padding: 5px clamp(5px, 2vw, 15px);
}
#content a:hover {
  color: #222;
}