:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f8;
  color: #18202a;
}

body {
  margin: 0;
}

main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.panel {
  width: min(520px, 100%);
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 12px 30px rgb(24 32 42 / 8%);
}

.kicker {
  margin: 0 0 8px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.1;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}

a {
  color: #0b5cab;
  font-weight: 700;
}
