h1,
h2,
h3,
h4,
h5 {
  color: black;
  font-family: "Fixel Display Regular", sans-serif;
}

b,
strong {
  color: indigo;
}

.title h3,
a {
  color: #265B26;
  margin-bottom: 5px;
}

html {
  color: indigo;
  font-family: "Fixel Display Regular", sans-serif;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f2eeff;
}

body {
  max-width: 800px;
  overflow-x: scroll;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 2.5em;
  margin-bottom: 10px;
  /* text-align: center; */
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: left;
  font-size: 1.2em;
  margin-bottom: 20px;
}

/* improve nav menu accessibility when viewport width less than 400px */
@media (max-width: 400px) {
  nav {
    flex-direction: column;
  }
}

pre {
  overflow-x: scroll;
}

img {
  max-width: 100vw;
  height: auto;
}

.block {
  border: 1px dotted black;
  padding: 5px 15px;
  margin: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block h1 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
}

.small {
  font-size: 0.8em;
}

.wave {
  background: powderblue;
  color: black;
  text-shadow: 1px 1px 10px lightgrey, 1px 1px 10px lightslategrey;
}

footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer hr {
  width: 100%;
}

code {
  font-family: "Maple Mono Regular", monospace;
  background: aliceblue;
}

.footnotes {
  font-size: 0.9em;
}

.description {
  margin-top: 5px;
}
