pre, code {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

table {
  display: block;
  overflow-x: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.col-md-9 {
  max-width: 1120px;
}
