:root {
  color: #18212f;
  background: #f3eadc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(45, 95, 79, .12), transparent 34%), #f3eadc;
}

main {
  width: min(760px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

h1 {
  margin: 14px 0;
  font-size: clamp(32px, 8vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

p {
  color: #596274;
  line-height: 1.7;
}

.back {
  color: #245545;
  font-weight: 900;
  text-decoration: none;
}

.notice {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 10px;
  padding: 12px 14px;
}

.list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

article {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(0, 0, 0, .09);
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(31, 41, 55, .10);
}

article h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: #18212f;
  color: white;
  text-decoration: none;
  font-weight: 900;
}
