.post-title {
  font-size: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.post-date {
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 50px;
}

.body-text {
  font-family: "Arimo", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgb(33, 33, 33);
  line-height: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.writing-container {
  align-items: center;
  max-width: 600px;
  display: block;
  margin: 0px auto;
  margin-bottom: 100px;
}

.two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.writing-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.writing-listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px;
  margin-top: 50px;
}

.writing-listing-text {
  font-family: "Basketville", serif;
  color: rgb(33, 33, 33);
  font-size: 16px;
  text-decoration: none;
}
