html, body {
  margin: 0;
  min-height: 100%;
  background: #0f0f10;
  color: #f2f2f2;
  font-family: Georgia, "Times New Roman", serif;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.wrap {
  width: min(900px, 92vw);
  text-align: center;
}

.sets {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.sets a {
  color: #cfcfcf;
  text-decoration: none;
  border: 1px solid #444;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.9rem;
}

.sets a:hover {
  border-color: #888;
  color: #fff;
}

blockquote {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  line-height: 1.35;
}

#meta {
  margin-top: 16px;
  color: #bdbdbd;
  font-size: 0.95rem;
}

button {
  margin-top: 26px;
  padding: 10px 16px;
  border: 1px solid #666;
  background: transparent;
  color: #f2f2f2;
  border-radius: 8px;
  cursor: pointer;
}

button:hover {
  border-color: #aaa;
}
