@page { margin: .35in; size: letter portrait; }
* { box-sizing: border-box; }
body {
  align-items: center;
  background: #ece9e0;
  color: #173f37;
  display: flex;
  font-family: system-ui, sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}
main {
  background: white;
  border: 3px solid #173f37;
  border-radius: 24px;
  min-height: 10.25in;
  padding: .55in;
  text-align: center;
  width: 7.65in;
}
header { align-items: center; display: flex; gap: .25in; justify-content: center; }
.logo { height: 1.15in; object-fit: contain; width: 1.15in; }
header p { font-size: 12pt; font-weight: 800; letter-spacing: .12em; margin: 0 0 .06in; text-transform: uppercase; }
h1 { font-family: Georgia, serif; font-size: 30pt; line-height: 1.05; margin: 0; }
.qr { height: 5.2in; margin: .35in auto .15in; width: 5.2in; }
h2 { font-size: 22pt; margin: .08in 0 .16in; }
.url { color: #8b5c1e; font-size: 13pt; font-weight: 800; overflow-wrap: anywhere; }
.notice { color: #53605d; font-size: 11pt; line-height: 1.45; margin: .25in auto 0; max-width: 5.9in; }
@media print {
  body { background: white; }
  main { border-radius: 0; min-height: 10.25in; }
}
