body {
  font-family: system-ui, sans-serif;
  background: #fff;
  color: #111;
  margin: 48px;
}

header {
  margin-bottom: 64px;
}

.post {
  margin-bottom: 56px;
}

.post img,
article img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}

}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
