html {
  font-size: 18px;
}

body {
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

main {
  width: min(680px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 96px;
}

.site-header {
  margin-bottom: 72px;
}

.site-header h1 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  font-weight: normal;
}

.site-header h1 a {
  text-decoration: none;
}

nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 2px;
}

h2 {
  margin: 0 0 28px;
  font-size: 1.1rem;
  font-weight: normal;
}

p {
  margin: 0 0 1.4em;
}

.intro {
  margin-top: 120px;
}

.essay-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.essay-list li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.essay-status {
  color: #777;
  font-size: 0.9rem;
  white-space: nowrap;
}

[aria-current="page"] {
  text-decoration-thickness: 2px;
}

@media (max-width: 520px) {
  main {
    width: min(100% - 28px, 680px);
    padding-top: 36px;
  }

  .site-header {
    margin-bottom: 52px;
  }

  .intro {
    margin-top: 80px;
  }

  .essay-list li {
    display: block;
  }

  .essay-status {
    display: block;
    margin-top: 2px;
  }
}
