/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2023 | 13:18:36 */
.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.content h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.post-meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.post-meta span {
  margin-bottom: 5px;
}
post-link {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .post-link {
    width: 100%;
  }
}