p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
.note-box {
    border: 2px solid #4caf50;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}
