body {
  background-color: #212121;
  color: #ececec;
  padding: 0 2%;
  margin-bottom: 200px;
}

code {
  font-family: monospace;
  white-space: nowrap;
}

pre > code {
  white-space: pre;
}

code, pre {
  background-color: #000;
}

pre {
  border-radius: 0 10px 10px 0;
  border-left: 1px solid #ececec;
  padding: 24px;
  white-space: pre;
  overflow-x: auto;
}

strong {
  color: rgba(255, 255, 255, 1);
}

h1 {
  color: #ff7eb4;
}

h2, h3, h4, h5, h6 {
  color: #ff7eb4;
  padding: 0 4px;
}

p {
  padding: 0 8px;
  line-height: 1.5rem;
}

header {
  padding: 24px;
}

header > h1 {
  font-size: 24px;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover,:focus {
  color: #fff;
}
p > a {
  color: rgba(220, 200, 255, .94);
}

summary {
  cursor: pointer;
}

details > p {
  border: 1px solid;
}

.open {
  display: none;
}
details[open] > summary > .closed {
  display: none;
}
details[open] > summary > .open {
  display: inline;
}

.username {
  color: #fff;
  font-family: monospace;
}

time {
  display: block;
  color: #ececec;
  margin-top: -20px;
  margin-bottom: 20px;
}

.tags {
  list-style: none;
  display: flex;
  margin-top: -16px;
  margin-bottom: 24px;
  padding: 0;
  gap: 8px;
}
.tags > li {
  padding: 4px;
  border-radius: 8px;
  color: #212121;
  background-color: #ececec;
}

.list-item-with-heading {
  margin-bottom: 8px;
}

.list-item-with-heading > p {
  margin-top: 4px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  body {
    padding: 0 25%;
  }
}
