.wy-nav-content-wrap {
  max-width: 80rem;
  height: 100%;
  /* max-width: initial; */
}

img {
  width: 750px;
  height: auto;
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

img {
  max-width: 100%;
  box-sizing: border-box;
}

.wy-nav-content {
  max-width: initial;
}

.rst-content {
  padding-right: 30px;
  padding-left: 30px;
}

pre code {
  white-space: pre-wrap !important;
  word-break: break-word !important;
  overflow-x: visible !important;
  display: block !important;
}

pre {
  overflow-x: visible !important;
  white-space: pre-wrap !important;
}
