:root {
  color: #182427;
  background: #f7a653;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 32px 18px 64px;
}

main {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: clamp(24px, 6vw, 54px);
  border: 3px solid #182427;
  background: #fff7df;
  box-shadow: 9px 9px 0 #182427;
}

h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 10px;
  color: #f36b38;
  font-size: clamp(48px, 12vw, 82px);
  line-height: 0.9;
}

h2 {
  margin: 32px 0 8px;
  font-size: 24px;
}

p,
li {
  line-height: 1.55;
}

.updated {
  margin-bottom: 30px;
  font: 700 11px/1.3 "Courier New", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

a {
  color: inherit;
  font-weight: 800;
  text-underline-offset: 3px;
}

.back {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 15px;
  border: 2px solid #182427;
  background: #f36b38;
  box-shadow: 3px 3px 0 #182427;
  color: #fff7df;
  text-decoration: none;
}
