html * {
  color-profile: sRGB;
  rendering-intent: auto;
}

h1, h2, h3, h4, h5, h6, p, ul, tr {
  color: #586e75;
}

body {
  background-color: #fdf6e3;
}

#content table td, #content table th {
  border: 1px solid #cccccc;
  padding: 6px 12px;
  text-align: left;
}

* {
  font-family: "Roboto Mono";
  line-height: 1.2;
}

.container {
  max-width: "750px;";
}

.navbar-brand {
  color: #6c71c4;
  font-size: 2rem;
}

.nav-link {
  color: #d33682;
}

#content a {
  color: #d33682;
}
#content p {
  margin-bottom: 0.6rem;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-size: medium;
  font-weight: bold;
  margin: 1rem 0 0.6rem 0;
}
#content h1 {
  font-size: 1.8rem;
}
#content h2 {
  font-size: 1.6rem;
}
#content h3 {
  font-size: 1.4rem;
}
#content h4 {
  font-size: 1.2rem;
}
#content img {
  margin: 1rem auto;
  max-width: 100%;
}
#content .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}
#content .image-grid p {
  display: contents;
}
#content .image-grid img {
  margin: 0;
  border-radius: 4px;
  height: 150px;
  width: auto;
  max-width: 100%;
}
#content hr {
  border-top: 1px solid #93a1a1;
  margin: 1rem 0;
}
#content .avatar > img {
  border-radius: 50%;
  float: right;
  margin: -8px 0 0 16px;
  height: "90px;";
  width: "90px;";
}
#content ol {
  counter-reset: list;
  list-style: none;
  padding-left: 2rem;
}
#content ol > li {
  display: table-row;
}
#content ol > li:before {
  content: "[" counter(list, decimal) "] ";
  counter-increment: list;
  display: table-cell;
  text-align: right;
  padding-right: 0.5em;
}
#content .container > ol, #content .footnotes > ol {
  padding-left: 0;
}
#content ul {
  list-style: inside;
  padding-left: 2rem;
}
#content ul > li {
  list-style-position: outside;
  margin-left: 1em;
}
#content .container > ul, #content .footnotes > ul {
  padding-left: 0;
}
#content table {
  margin: 1rem auto;
  width: 100%;
}
#content table th {
  font-weight: bold;
  color: #d33682;
  background-color: #eee8d5;
}
#content table tr:nth-child(2n) {
  background-color: #eee8d5;
}
#content blockquote {
  border-left: 4px solid;
  font-style: italic;
  margin: 1rem 0;
  padding: 8px 8px;
}
#content code {
  border: 1px solid #cccccc;
  border-radius: 10%;
  padding: 0px 4px;
}
#content pre code {
  all: unset;
}
#content .highlight {
  margin: 1rem auto;
}
#content .highlight > pre {
  padding: 8px 8px;
}

#footer a {
  color: #6c71c4;
}