/* h1,
h2,
h3,
h4,
h5 {
  color: #ddd;
}

b,
strong {
  color: #fff;
} */

/* a {
  color: #eee;
} */

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

pre {
  overflow-x: scroll;
}

img {
  max-width: 100vw;
}

/* .block {
  border: 1px dotted white;
  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: #111;
  color: #fff;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}