/* Nico's Site — stylesheet
 * These classes reproduce the exact inline styles from the old index.html.
 * Don't change visual behavior here without intending to change the site's look.
 */

/* Page header */
.site-title {
  text-align: center;
  font-size: 50px;
}

.site-subtitle {
  text-align: center;
  font-size: 20px;
}

.site-divider {
  width: 100%;
  height: 1px;
  border: none;
  background-color: black;
}

/* Post block: image/video on the left, caption on the right */
.post {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 20px;
}

.post__media {
  max-width: 50%;
}

.post__caption-wrap {
  text-align: center;
  width: 50%;
}

.post__caption {
  font-size: 20px;
}
