/* Background color */
body {
  background-color: #F2F1EA;
}

/* Code chunks background color */
div.sourceCode {
  background-color: #d9d9d9;
  padding: 1em;
  border-radius: 5px;
}