:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #222;
  background: #fff;
}

body {
  margin: 0;
}

a {
  color: #0645ad;
}

.page {
  width: min(100% - 32px, 720px);
  margin: 48px auto;
}

h1 {
  margin: 0 0 24px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.link-list {
  margin: 0;
  padding-left: 20px;
}

.content {
  margin-top: 24px;
}
