htm, body {
  margin: 0;
  padding: 0; }

main {
  width: 80%;
  margin: 2em auto; }

section {
  margin: 100px 0; }

footer {
  text-align: center;
  margin: 3em 0 3em 0;
  clear: both; }

article {
  margin: 100px 0; }
h1,
h2,
p,
i,
a,
.first-letter,
.authorName a {
  color: rgba(0, 0, 0, 0.84);
  text-rendering: optimizeLegibility;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  text-align: left;
  margin-bottom: 8px; }

h2 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  margin: 0.5em 0;
  text-align: left;
  line-height: 34.5px;
  letter-spacing: -0.25px; }

p {

  font-family: "Lora";
  font-size: 16px;
  }

.typical-rwd {
  max-width: 500px;
  margin: 0 auto; }

.second-example p {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em; }

.third-example p {
  -moz-column-width: 200px;
  -webkit-column-width: 200px;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-width: 200px;
  column-gap: 2em; }

.fourth-example {
  -moz-column-width: 200px;
  -webkit-column-width: 200px;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  -moz-column-rule: 1px solid #444;
  -webkit-column-rule: 1px solid #444;
  column-width: 200px;
  column-gap: 2em;
  column-rule: 1px solid #444; }
  .fourth-example img {
    width: 100%; }
