.help-section {
  margin-bottom: 15px;
}

.help-section img {
  max-height: 500px;
  max-width: 750px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: 50px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.help-section ol {
  text-align: justify;
}

.help-section ol li {
  margin: 15px 0 15px 30px;
}

.dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.dark-overlay img {
  height: 90%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

pre, code {
  font-family: monospace;
  word-wrap: break-word;
  box-decoration-break: clone;
  color: rgb(199, 37, 78);
  padding: 5px;
  background-color: rgb(240, 240, 224);
  border-radius: 5px;
  font-size: 95%;
  margin: 10px 0;
}

pre code {
  margin: 0;
  display: block;
  background: none;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  max-width: 720px;
  min-width: 100px;
  max-height: 500px;
  padding: 0;
}

/* pre {
  margin: 5px 0;
  max-width: 720px;
  padding: 5px;
  overflow: auto;
} */
