article blockquote p {
  color: #292d7e;
  font-size: 1.75rem;
}

figure.wp-block-embed,
figure.wp-block-image {
  margin-top: 32px;
  margin-bottom: 32px;
}

figure .wp-block-embed__wrapper,
figure.wp-block-image {
  display: flex;
  justify-content: center;
}

nav.post-navigation {
  width: 100%;
  box-sizing: border-box;
}

.nav-links {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  max-width: calc(100% - 30px);
}

.nav-links a,
.nav-index a {
  color: #292d7e;
  text-decoration: none;
  transition: opacity 200ms ease;
}

.nav-links a:hover,
.nav-index a:hover {
  opacity: .8;
}

.nav-next {
  margin-left: auto;
}