body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
}

ul {
  columns: 3;
  font-size: 12px;
  list-style: none;
  margin: 1rem;
  padding: 0;
}


div {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-block-end: 8px;
  padding: 1rem;
  position: sticky;
  top: 0;

  @media print {
    display: none;
  }
}
