html,
button,
input,
select,
textarea,
.pure-g [class *= "pure-u"] {
  font-family: 'Overpass', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

body {
  background-color: #FEFEFA;
}

#frame {
  
}

#header {
  margin: 2rem 0 4rem 0;
}

#head, #main {
  padding: 0 1.5rem;
}

.head-quote {
  text-align: center;
  font-family: 'Crimson Text', serif;
}

.head-quote p {
  font-size: 1.5rem;
}

.head-quote cite {
  font-size: 1.25rem;
}

#main p {
  font-family: 'Crimson Text', serif;
}

.glossary {
  margin: 2rem 0;
}

.glossary>h3 {
  padding: 0.5rem 0;
  background-color: #ded;
  border-bottom: 2px solid #cdc;
}

/*
 * media queries
*/

@media screen and (min-width: 35.5em) {
}

@media screen and (min-width: 48em) {
}

@media screen and (min-width: 64em) {
  #frame {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 80em) {

}
