html {
  font-family: "Iowan Old Style", "Charter", "Apple Garamond", Georgia, "Times New Roman", serif;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.55;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  color: rgba(0, 0, 0, 0.8);
}
a:hover {
  text-decoration: none;
}
h1 {
  line-height: 1.2em;
}
#landing {
  box-sizing: border-box;
  max-width: 700px;
  margin: 119px auto;
  padding: 0 18px;
}
#landing h1 {
  font-size: 24px;
}
