<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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&gt;center&gt;br {
  display: none;
}
.image-container&gt;figure {
  display: inline-block;
  height: fit-content;
}
figure&gt;figcaption {
  text-align: center;
}

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

strong {
  color: black;
}
.save {
  display: none;
}
</pre></body></html>