body {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  line-height: 1.5;
}

main {
  max-width: 44rem;
  margin: 3rem auto;
  padding: 0 1rem;
}

dd {
  margin-bottom: 1rem;
}

article {
  max-width: 70ch;
}
article > header {
  margin-bottom: 2rem;
}

time {
  font-variant-numeric: tabular-nums;
}

blockquote {
  border-left: 3px solid;
  padding-left: 1rem;
  margin-left: 0;
}

pre {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0.25rem 1rem 0.25rem 0;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: 600;
}

.friends-episodes {
  list-style: none;
  padding: 0;
}

.friends-episodes li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.friends-episodes img {
  width: 8rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
