* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background: #fff;
}

main {
  max-width: 620px;
  margin: 0 auto;
  padding: 60px 20px;
}

header h1 {
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}

header h1 a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-position: inside;
  padding-left: 0;
}

li {
  margin-bottom: 4px;
}

a {
  color: #000;
}

article h1 {
  display: none;
}

article p {
  margin-bottom: 1em;
}

article blockquote {
  font-style: italic;
  margin: 1em 0;
}

article a {
  text-decoration: underline;
}

nav {
  margin-bottom: 1.5em;
}

nav a {
  text-decoration: underline;
}
