:root {
    margin:2em;
    background-color:white;

  & > * {
     color: lightgray;
     font-family: ui-monospace,monospace;
  }

  &::before {
    content: 'This is an RSS feed. It isn\'t meant to be human readable. \a\a You can subscribe to this feed by copying its address, and adding it to an RSS reader or podcast app. \a\a You can view the source by right-clicking this page, and choosing "view source".';
    margin:2em 2em 4em 2em; padding:2em;
    background-color: hsla(0,80%,40%,.2);
    border-radius: 0.5em;
    white-space: pre-wrap;
    display:block;
    font-family:system-ui;
    font-size:large;
    text-align:center;
  }

  channel > link {
    color:black;
  }

}