html {
  font-family: 'Lora', serif;
  line-height: 1.4;
}

header {
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 630px) {
  header {
    flex-direction: column;
    align-items: start;
  }
}

footer {
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

figure {
  display: flex;
  justify-content: center;
}

nav {
  flex: none;
}

.container {
  max-width: 80ch;
  margin: auto;
}

.main {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0 0 0;
  margin: 0 0 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.arrows {
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h1 {
  font-size: 2.0rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 0.5rem 0;
}

blockquote {
  margin: 0 0 0 2rem;
}

hr {
  border: 0.5px solid #93a1a1;
  margin: 0.5rem 0 0.5rem 0;
}

ul, ol, nav {
  margin: 0rem 0 0.5rem 0;
}

pre code {
  font-family: 'Hack', monospace;
  font-size: 0.75em;
  word-break: normal;
}

pre {
  overflow: auto;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0 2rem 0 2rem;
  border-radius: 0.2rem;
  border: 1px solid #93a1a1;
}

a {
  color: #268bd2;
  text-decoration: none;
}

a:hover {
  color: #6c71c4;
  text-decoration: underline;
}
