:root {
  color-scheme: light dark;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
}

header h1 a {
  color: inherit;
  text-decoration: none;
}

.prehled-list {
  list-style: none;
  padding: 0;
}

.prehled-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.date {
  color: gray;
  font-size: 0.9em;
}

footer {
  margin-top: 3rem;
  font-size: 0.85em;
  color: gray;
}
