:root {
  --text: #111;
  --quiet: #888;
  --paper: #fff;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
}

nav {
  max-width: 980px;
  margin: 40px auto 0;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

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

a:hover {
  text-decoration: underline;
}

main {
  max-width: 760px;
  margin: 140px auto;
  padding: 0 32px;
}

.entrance {
  margin-top: 180px;
}

.small {
  color: var(--quiet);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
}
