.code-of-conduct {
  background-color: var(--nerd-lightgreen);
  position: relative;
}
.code-of-conduct .content-container {
  background-color: white;
  border: .1rem solid;
  color: black;
  margin-block-start: -2px;
  padding: 4rem 8rem;
}
.code-of-conduct p, .code-of-conduct li {
  font-size: 1.2rem;
  max-width: 90ch;
}
.code-of-conduct li { margin-block-end: 2rem; }
.code-of-conduct h1 {
  color: var(--nerd-yellow);
  font-family: var(--title-font);
  font-size: 6rem;
  letter-spacing: -0.01em;
  line-height: .8;
  margin-inline: auto;
  max-width: 85vw;
  padding-block-start: 4rem;
  width: min(90vw, 85rem);
  -webkit-text-stroke: .1rem var(--nerd-black);
}
.code-of-conduct h2 {
  font-family: var(--title-font);
  font-size: 3rem;
  letter-spacing: -0.01em;
  line-height: 1;
  margin:0;
  word-break: break-word;
}
ol, ul { padding: inherit; }
ol li::marker {
  color: var(--nerd-mustard);
  font-weight: bold;
}

@media screen and (max-width: 40em) /* 640px */{
  .code-of-conduct .content-container { padding: 2rem; }
  .code-of-conduct h1 { font-size: 5rem; }
  ol li { list-style-position: inside;}
}
@media screen and (max-width: 56.25em) /* 900px */{
  ol, ul { padding: 0; }
}