body {
  width: 35em;
  margin: 0 auto;
  font-family:
    Courier New,
    Verdana,
    Arial,
    sans-serif;
  padding-bottom: 2rem;
}
.white-hide {
  color: white;
}
h1 {
  margin-top: 10%;
}
.no-select {
  user-select: none;
}
.post-title {
  font-family: "Times New Roman", Times, serif;
}
.post-content {
  font-family: "Times New Roman", Times, serif;
  padding: 1rem 1rem;
  border: 1px solid black;
}
.post-content img {
  max-width: 100%;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 3px;
}

.post-footer {
  margin-top: 2rem;
  text-align: center;
}
