body {
  font-family: 'helvetica neue';
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

#things-root {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
}

.thing {
  margin-bottom: 2em;
  border: 2px solid hsl(0, 0%, 20%);
  box-shadow: 8px 8px hsl(0, 0%, 20%);
  padding: 1em;
  border-radius: 0.25em;
  margin-left: 0.5em;
  width: 340px;
  flex-grow: 1;
  margin-right: 0.5em;
}

.thing .title {
  font-size: larger;
  font-weight: bold;
  margin-bottom: 1em;
}

.thing .stamp {
  margin-bottom: 1em;
}

.thing .link-root {
  margin-top: 1em;
}

.thing .tag-root {
  margin-top: 1em;
}

.thing .tag-root a {
  color: #fb0c0c;
  font-weight: bold;
  cursor: pointer;
}

a:link {
  color: #fb0c6c;
  text-decoration: none;
  font-weight: bolder;
}

a:visited {
  color: #c10953;
}
