main {
    container-type: inline-size;
}

pre {
  display: block;
  padding: 30px;
  background: #e7e7f7;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  border: thin solid black;
}

code {
    background: #e7e7f7;
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

ilw-page-title img {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
