html body {
  color: #babdc4;
  /*background-color: #131418;*/
  font: 16px/1.85 Roboto,sans-serif;
}

a {
    text-decoration: none;
}

.wrapper {
  max-width: calc(720px - (30px * 2));
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

h3 {
    color: #0d122b;
}

h3 {
  padding-bottom: .3rem;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-item:not(:first-child) {
  border-top: 1px solid rgb(236, 236, 236)
}

.post-item:last-child {
  border-bottom: 1px solid rgb(236, 236, 236)
}

.post-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 6px;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.post-item h4 {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1px;
}

.post-item  a {
  color: #434648;
}