body{
  font: 20px "Enriqueta", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #333;
  background: #aabbcc;
  background-image: url('lines.png');
  display: flex;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  flex-direction: column;
  line-height: 1.7;
}

h1 {
  font-size: 200%;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

#container {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#content {
  background: #f7f7f7;
  padding: 2em;
  border: 1px solid #ccc;
  border-radius: 15px;
  max-width: 800px;
  margin: auto;
}

footer {
  text-align: center;
}

#callout {
  margin-bottom: 1em;
  background-color: #ffee99;
  padding: 20px;
  border-radius: 10px;
  font: 30px "Caveat", sans-serif;
  color: #339944;
  transform: rotate(-2deg);
}

.belief {
  font-weight: bold;
}
