*,
*:after,
*:before {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  max-width: 35rem;
  margin: 0 auto;
  padding: 3rem;
}

a {
  color: currentColor;
  text-decoration: none;
}

b, strong {
  font-weight: 500;
}

img {
  width: 100%;
  max-width: 100%;
}

h1 {
  font-size: 3rem;
}

.header {
  margin-bottom: 6rem;
}

.logo {
  font-weight: 500;
}

.main {
  margin-bottom: 9rem;
}

.text .notes a {
  border-bottom: 0;
}
.text .notes strong {
  font-weight: 400;
  border-bottom: 1px solid currentColor;
}
.notes time {
  font-size: .75rem;
}

article h1 {
  margin-bottom: 3rem;
}

.note footer {
  margin-top: 3rem;
  font-size: .75rem;
}

.text {
  line-height: 1.5em;
}
.text p,
.text figure,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul ul {
  margin-bottom: 0;
}
.text figure a {
  border-bottom: 0;
}
.text figure figcaption {
  font-size: .875rem;
}

.text h2 {
  font-size: 1.75em;
  margin-bottom: 1.325em;
  margin-top: 3em;
}
.text a {
  border-bottom: 1px solid currentColor;
}
.text a:has(img) {
  border-bottom: 0;
}
.text hr {
  border: 0;
  background: #000;
  height: 1px;
  margin: 3rem 0;
  width: 2rem;
}

.text ul {
  margin-left: 1em;
  list-style: square;
}

.text pre {
  margin-bottom: 1.5rem;
  background: #000;
  color: #fff;
  padding: .5rem;
  border-radius: 2px;
  font-size: 1.125em;
}

.text blockquote {
  border-left: 1px solid #000;
  padding-left: 1em;
  font-style: italic;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  font-size: .75rem;
  display: flex;
}
.footer a {
  border-bottom: 1px solid currentColor;
  margin-right: 1rem;
}
