p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}


h1, h2, h3, h4 {
  font-family: 'Prata', serif;
  color: #2f5275;
}

.title {
  font-family: 'Prata', serif;
  font-size: 3em !important;
  color: #5699cc;
 }

.subtitle {
  font-family: 'Prata', serif;
  color: #2c6793;
}

.greybox {
  padding: 1em;
  background: WhiteSmoke;
  color: black;
  border: 2px solid black;
  border-radius: 10px;
}
