span,
li {
  max-width: 60ch;
  font-size: 16px;
}

p {
  font-size: 16px;
}

h1,
h5 {
  max-width: 60ch;
}

h5 {
  font-size: 20px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.list-group-item {
  padding-bottom: 5px;
  padding-top: 5px;
}

.list-group li:nth-child(n) {
  border: 0 none;
}

#postlist {
  font-size: 16px;
  color: grey;
}

a:visited {
  color: blue;
}

img {
  border-radius: 0px;
}