img.shade {
  border: 3px solid #bbb;
  border-radius: 10px;
  box-shadow: 5px 5px 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

img.small {
  width: 50%
}

img {
  border: 3px solid #bbb;
  border-radius: 10px;
  box-shadow: 5px 5px 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

code:not([class~="language-text"]) {
  max-height: 500px;
  overflow:scroll;
}
