* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #fdf9f6;
  color: #322214;
  display: flex;
  justify-content: center;
  padding: 32px 16px 64px;
}
.card {
  max-width: 640px;
  width: 100%;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
a.back {
  display: inline-block;
  color: #4a3728;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.lang-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ebe7e4;
  border: 1px solid #d2c4bb;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #4e453e;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
}
h1 {
  font-size: 28px;
  margin: 0 0 4px;
}
p.updated {
  color: #80756d;
  font-size: 13px;
  margin: 0 0 32px;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
}
a { color: #4a3728; }
