/* Main Content Styles */
main {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 117px);
  padding: 40px 20px;
  font-family: "aktiv-grotesk", sans-serif;
}

.wrap {
  width: min(720px, 92vw);
  padding: 56px 28px;
  border: 2px solid #000;
  text-align: center;
  background: #fff;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
}

p {
  margin: 0 0 22px;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  opacity: 0.9;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
}

.tag {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
}

.footer {
  margin-top: 18px;
  font-size: 12px;
  opacity: 0.7;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
}

.footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
}

.footer a:hover {
  background: #000;
  color: #fff;
}
