.solution {
  background-color: var(--color-light-bg);
  border-color: black;
}
.pset-download {
  font-size: 25px;
}
h2.cs_section_title {
  margin-top: 45px;
}
img, .image-container {
  display: flex;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.image-container {
  justify-content: center;
}
tutoronly>center>br {
  display: none;
}
.image-container>figure {
  display: inline-block;
  height: fit-content;
}
figure>figcaption {
  text-align: center;
}

pre {
  width: fit-content;
  padding-right: 10%;
  max-width: calc(100% - 10% - 50px);
}

strong {
  color: black;
}
.save {
  display: none;
}
