/* Fix poem formatting (line breaks stay) */
.entry-content {
  white-space: pre-line;
}

/* Center the content */
.content-area {
  max-width: 700px;
  margin: 0 auto;
}

/* Add space between posts */
article {
  margin-bottom: 80px;
}

/* Style the date above the poem */
.entry-meta {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  opacity: 0.6;
}

/* Make social icons pink */
.wp-block-social-links .wp-social-link a {
  background-color: #ffc0cb !important;
  color: white !important;
}