body {
  max-width: 60em;
}
.future {
  font-style: italic;
  background: #eee;
}
@media (prefers-color-scheme: dark) {
  .future {
    background: #000;
  }
}
