:root {
  --container-max: 1100px;
}

.container {
  max-width: var(--container-max);
}

code {
  font-size: 0.95em;
}
