body {
  font-family: serif;
  background: #111;
  color: #ebdbb2;
}
h1 {
  text-align: center;
}
.limit-note {
  text-align: center;
  font-size: 0.85em;
  color: #888;
  margin-top: -0.8em;
}
ul {
  width: 1200px;
  margin: 0 auto;
}
li {
  border-bottom: 0.1px solid gray;
  padding: .8em .9em;
  display: flex;
  gap: 1em;
  align-items: flex-start;
}
li > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex: 1;
}
.main {
  flex: 1;
}
a {
  color: #c8dbb2;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.logo {
  width: 10px;
  height: 10px;
}
.top-bar {
  background: #000000cf;
  border-bottom: 1px solid red;
	position: sticky;
	top: 0px;
	z-index: 110;
  text-align: center;
}
.info {
  text-align: center;
  font-size: 0.8em;
}
.tags {
  margin-left: auto;
  padding-left: 1em;
  white-space: nowrap;
  flex-shrink: 0;
}
.tag {
  color: red;
  font-family: sans-serif;
  font-size: 0.9em;
}
.dm {
  color: brown;
  font-size: 0.9em;
  padding-left: 1em;
}
.snippet {
  width: 100%;
  font-size: 0.95em;
  margin-top: 0.5em;
}
img {
  max-width: 350px;
  max-height: 120px;
}
