body {
  font-family: ocr-std-a,monospace;
}

.flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#proverb-line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

.proverb-line {
  color: white;
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

.centered-outer {
  position: fixed;
  top: 25%;
  left: 50%;
  overflow: scroll;
  height: 100%;
}

.centered-inner {
  position: relative;
  top: -50%;
  left: -50%;
  overflow: scroll;
}

.credits {
  font-size: 0.8em;
  font-style: italic;
}
