:root {
  font-family: Georgia, serif;
  line-height: 1.6;
}

body {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px;
}

header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

nav {
  display: flex;
  gap: 16px;
}

a {
  color: inherit;
  text-decoration: underline;
}

time {
  margin-left: 8px;
  font-size: 0.9rem;
}