body {
  margin: 0;
  background: #f3eee2;
  color: #2b2620;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
}

.archive-stamp {
  position: fixed;
  top: 16px;
  right: 16px;
  border: 2px solid #a33;
  color: #a33;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 4px 10px;
  transform: rotate(6deg);
  opacity: 0.85;
}

.archive-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 80px 24px 60px;
}

.archive-note {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #6b6354;
  background: #e9e2d2;
  border: 1px solid #d8cfb8;
  padding: 14px 16px;
  border-radius: 4px;
}

hr {
  border: none;
  border-top: 1px solid #cfc6ae;
  margin: 28px 0;
}

h1 {
  font-size: 28px;
  letter-spacing: 1px;
}

.archive-joke,
.archive-meta {
  font-size: 14px;
  color: #6b6354;
}

.archive-footer {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #6b6354;
}

.archive-footer a {
  color: #2b2620;
}
